文章列表
主要问题是:<context:component-scan> 是否 也实现了<mvc:annotation-driven />的作用前提:最近学习了 spring 与 spring mvc 整合 的很多博文,主要就是在讲配置文件,注解使用。自己也边学边搭建了一个web工程,基于 spring(spring mvc) 3.2.5 mybaits 3.2.1整合主要涉及到3个配置文件web工程配置文件: web.xml spring配置文件:applicationContext.xml springMVC配置文件:**-servlet.xmlweb.xml配置如下
...