随笔分类 -  SpringMVC

摘要:两种方法: 1、PropertyPlaceholderConfigurer <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <p 阅读全文
posted @ 2019-03-26 15:53 码农张3 阅读(11) 评论(0) 推荐(0)
摘要:除去properites文件路径错误、拼写错误外,出现"Could not resolve placeholder"很有可能是使用了多个PropertyPlaceholderConfigurer或者多个<context:property-placeholder>的原因。 比如我有一个dao.xml读 阅读全文
posted @ 2019-03-26 15:34 码农张3 阅读(784) 评论(0) 推荐(0)