摘要: org.springframework.web.context.ContextLoaderListener ContextLoaderListener的作用就是启动Web容器时,自动装配ApplicationContext的配置信息。因为它实现了ServletContextListener这个接口, 阅读全文
posted @ 2016-10-27 19:39 穆穆兔兔 阅读(258) 评论(0) 推荐(0)
摘要: 详细整合教程(Spring+SpringMVC+MyBatis) http://blog.csdn.net/gebitan505/article/details/44455235/ 阅读全文
posted @ 2016-10-27 17:20 穆穆兔兔 阅读(154) 评论(0) 推荐(0)
摘要: intellJ idea 中使用创建maven工程 File-->New Project, 左侧选择Maven,勾选Create from archetype,选择 quickstart 点击next,输入GroupId和Artifactid,点击Next,增加archetypeCatalog,in 阅读全文
posted @ 2016-10-27 12:14 穆穆兔兔 阅读(265) 评论(0) 推荐(0)
摘要: 可以参考http://www.openwebx.org/docs/autoconfig.html 1.pom.xml <!-- 不同的打包环境配置: test=开发/测试测试环境, product=生产环境; 命令行方式: mvn clean install -Dmaven.test.skip=tr 阅读全文
posted @ 2016-10-27 09:36 穆穆兔兔 阅读(7667) 评论(0) 推荐(0)