spring配置加载properties文件这个路径不对,我可能遇到大家都会遇到的问题:
1、在src路径下,加载db.properties如下:
<context:property-placeholder location="classpath:db.properties />
这样没有问题,可以完美执行。
2、在工程中随便建一个conf文件夹:
<context:property-placeholder location="classpath:conf/db.properties
报错!!!! 这个问题困扰了我2个小时,找了很多答案,感谢点击打开链接的文章
正确的配置方法如下(运行完美):
<context:property-placehol