1.配置spring相关jar
2.web.xml配置 spring ContextLoaderListener
3.web.xml配置spring DispatcherServlet
4.DispatcherServlet相关配置
5.HelloWorldController
6.helloworld视图
7.测试
http://localhost:8080/MissionToMars/helloWorld.do
能够跳转到helloWorld.jsp
1.配置spring相关jar
2.web.xml配置 spring ContextLoaderListener
3.web.xml配置spring DispatcherServlet
4.DispatcherServlet相关配置
5.HelloWorldController
6.helloworld视图
7.测试
http://localhost:8080/MissionToMars/helloWorld.do
能够跳转到helloWorld.jsp