10 2018 档案

摘要:场景: 1. 配置了Spring和SpringMvc, Spring管理非Controller类的Bean, SpringMvc管理涉及的Controller类 2. web.xml已经配置了Spring的监听器, SpringMvc的servlet映射 3. 包扫描配置正确 问题: 访问指定的AP 阅读全文
posted @ 2018-10-15 15:07 一年z 阅读(2091) 评论(0) 推荐(0)
摘要:原文地址:https://blog.csdn.net/csujiangyu/article/details/50945486 场景假如有以下属性文件dev.properties, 需要注入下面的tag tag=123 通过PropertyPlaceholderConfigurer<bean clas 阅读全文
posted @ 2018-10-14 20:54 一年z 阅读(1763) 评论(0) 推荐(0)