spring web下的最小配置

spring 版本 3.0.5

运行所需的包
commons-logging-1.1.1
org.springframework.asm-3.0.5
org.springframework.beans-3.0.5
org.springframework.context-3.0.5
org.springframework.core-3.0.5
org.springframework.expression-3.0.5
org.springframework.web-3.0.4

mvc
org.springframework.web.servlet-3.0.5

mvc下使用json视图
jackson-mapper-asl-1.4.1.jar
jackson-core-asl-1.4.1.jar

mvc下使用xml视图
org.springframework.oxm-3.0.5.RELEASE.jar
xstream-1.3.1.jar

spring 安全
http://www.family168.com/tutorial/springsecurity3/html/ns-config.html
发布了18 篇原创文章 · 获赞 5 · 访问量 3492

猜你喜欢

转载自blog.csdn.net/didixp/article/details/83871924