spring中action和url的对应关系

 

  • spring 中, action和url的对应关系
     技术分享 技术分享
      在web.xml中,这样配置:
          <servlet-mapping >
           <servlet-name> spring</ servlet-name>
           <url-pattern> *.html</url-pattern >
     </servlet-mapping >
    技术分享
     技术分享
     由此,我们可以看到,要进入到LoginController,我们需要在浏览器中输入:localhost:8080/springMybatis/background/to_login.html
     这里面的background、to_loggin,和html,分别是在Controller中和web.xml中配置的。
 

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。