有一个带有 SpringMVC+AngularJS 的应用程序。将 index.html 页面放在 src/main/webapp/app/src/index.html 中。
在 web.xml 中有
<welcome-file-list>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
该应用程序适用于
http://localhost:8080/myapp/app/index.html
但不与 http://localhost:8080/myapp 应该做哪些更改,以便应用程序正确定向到 index.html 页面