摘要: 一:配置web.xml 1)问题:spring项目中有多个配置文件mvc.xml dao.xml 2)解决:在web.xml中 <init-param> <param-name>contextConfigLocation</param-name> <param-value>/WEB-INF/xxx/ 阅读全文
posted @ 2016-04-13 10:05 奈文摩尔ゞ 阅读(264) 评论(0) 推荐(0) 编辑