SpringMVC3.1.2 入门级HelloWorld源码
(maven查看的dependency) [INFO] SpringStart:SpringStart:war:V1.0.0 [INFO] +- log4j:log4j:jar:1.2.17:compile [INFO] +- org.apache.openejb:javaee-api:jar:5.0-1:provided [INFO] +- javax.faces:jsf-api:jar:1.2_04:provided [INFO] +- javax.servlet:jstl:jar:1.2:provided [INFO] +- javax.servlet.jsp:jsp-api:jar:2.1:provided [INFO] +- javax.faces:jsf-impl:jar:1.2_04:provided [INFO] +- org.springframework:spring-web:jar:3.1.2.RELEASE:compile [INFO] | +- aopalliance:aopalliance:jar:1.0:compile [INFO] | +- org.springframework:spring-beans:jar:3 .1.2.RELEASE:compile [INFO] | \- org.springframework:spring-context:jar:3.1.2.RELEASE:compile [INFO] | \- org.springframework:spring-aop:jar:3.1.2.RELEASE:compile [INFO] +- org.springframework:spring-core:jar:3.1.2.RELEASE:compile [INFO] | +- org.springframework:spring-asm:jar:3.1.2.RELEASE:compile [INFO] | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] \- org.springframework:spring-webmvc:jar:3.1.2.RELEASE:compile [INFO] +- org.springframework:spring-context-support:jar:3.1.2.RELEASE:compil e [INFO] \- org.springframework:spring-expression:jar:3.1.2.RELEASE:compile [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:25.437s [INFO] Finished at: Wed Jan 02 12:44:04 CST 2013 [INFO] Final Memory: 6M/12M [INFO] ------------------------------------------------------------------------
用户评论
非常棒,简单明了,很适合我这种菜鸟
很不错,对于初学者有很大的作用
不错适合初学者