web项目直接在浏览器*问不需要带.jsp,直接ip地址加项目名 在web.xml里配置

web.xml最上方

<welcome-file-list>

<welcome-file> /view/login.jsp </welcome-file>

</welcome-file-list>

浏览器上直接访问 即可 http://localhost:8080/ssmy/ 即可

如果没有配置: http://localhost:8080/ssmy/view/login.jsp

或直接访问controller http://localhost:8080/ssmy/controller/list.do

上一篇:ASP.NET Core - Razor页面之Handlers处理方法


下一篇:关于 Javascript 严格模式下多文件合并时注意