Spring MVC Request URLs in JSP

后端 未结 7 1941
名媛妹妹
名媛妹妹 2020-12-13 15:30

I am writing a web application using Spring MVC. I am using annotations for the controllers, etc. Everything is working fine, except when it comes to actual links in the app

相关标签:
7条回答
  • 2020-12-13 15:59

    I usually configure tomcat to use context root of "/" or deploy the war as ROOT.war. Either way the war name does not become part of the URL.

    0 讨论(0)
提交回复
热议问题