注解形式读取properties文件中的属性
Posted 咸蛋超人
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了注解形式读取properties文件中的属性相关的知识,希望对你有一定的参考价值。
1、spring.xml中加入(多个properties 用逗号隔开) <context:property-placeholder location="classpath:jdbc.properties,classpath:config.properties" />
2、spring-mvc.xml 中加入(只加上面一句controller中读取不到值) <context:property-placeholder location="classpath:config.properties" />
以上是关于注解形式读取properties文件中的属性的主要内容,如果未能解决你的问题,请参考以下文章
属性文件操作之Properties与ResourceBundle