Spring MVC之HeloWorld

1.新建一个web project。
2.导入spring-framework-3.2.14的jar。
3.配置web.xml。并配置springMVC.xml和applicationContext.xml。
4.编写controller,springMVC将特定url的请求分发到controller类来进行处理。

你可能感兴趣的:(Spring MVC之HeloWorld)