1.spring-2.5.6.SEC03,再加上spring-webmvc- 3.2.3,马上动手springmvc的工作,
2.使用了spring的注解方式,发生了在spring-2.5.6.SEC03的spring-core包缺少对springmvc的@Controller等一些的注释的支持,于是再引入spring-core- 3.2.3,启动时报spring-2.5.6.SEC03和spring-core中asm.jar冲突。。。,后来直接去掉了spring-2.5.6.SEC03,问题解决。
总结:如果你一定要使用spring-2.5.6.SEC03,不建议使用spring3.0的注释方式。
3.web.xml配置
spring-mvc.xml的配置: