spring占位符不能读取properties文件内容
时间: 2023-03-31 18:03:17 浏览: 169
读取properties文件内容
可以通过在配置文件中添加以下代码来解决这个问题:
<context:property-placeholder location="classpath:config.properties"/>
其中,config.properties是你的properties文件名。这样,占位符就可以读取properties文件中的内容了。
阅读全文