在写一个SSM框架的整合项目时,出现了 Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'data.username' in value "${data.username}"错误.
在查阅了很多资料,结果是自己的一个配置xml文件导致的:
引入了一个外部文件db.properties,需要在引入文件的配置中的指向文件地址 location="db.properties"
正确的写法应该是:
location="classpath:db.properties"
本文链接:https://my.lmcjl.com/post/8967.html
展开阅读全文
4 评论