当前位置: 代码迷 >> Web前端 >> spring web上的最小配置
  详细解决方案

spring web上的最小配置

热度:336   发布时间:2012-08-26 16:48:06.0
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
  相关解决方案