The minimum configuration under spring web

Spring version 3.0.5

required packages to run
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 use json view
jackson-mapper-asl-1.4.1.jar
jackson -core-asl-1.4.1.jar

mvc use xml view
org.springframework.oxm-3.0.5.RELEASE.jar xstream
-1.3.1.jar

spring security
http://www.family168.com/tutorial/springsecurity3 /html/ns-config.html
Published 18 original articles · won praise 5 · Views 3492

Guess you like

Origin blog.csdn.net/didixp/article/details/83871924