美文网首页
Spring MVC Hello World

Spring MVC Hello World

作者: 火星人想回火星 | 来源:发表于2017-06-04 15:21 被阅读0次

1.配置spring相关jar

maven配置 maven配置后引入jar

2.web.xml配置 spring ContextLoaderListener

ContextLoaderListener配置

3.web.xml配置spring DispatcherServlet

DispatcherServlet配置

4.DispatcherServlet相关配置

DispatcherServlet相关配置

5.HelloWorldController

HelloWorldController

6.helloworld视图

helloWorld视图

7.测试

http://localhost:8080/MissionToMars/helloWorld.do

能够跳转到helloWorld.jsp

相关文章

网友评论

      本文标题:Spring MVC Hello World

      本文链接:https://www.haomeiwen.com/subject/qutufxtx.html