springmvc 配置默认路径 以及 Jsp include跳转controller 以及 url get访问中文乱码

1、springmvc 配置默认路径html 1.默认tomcat容器的默认页面。  /index.html  这种方式适合访问静态的页面(也包括JSP)或者说是没有任何参数的页面。 java 或者配置web.xml中的welcome-file-listweb <welcome-file-list> <welcome-file>index.html</welcome-file>
相关文章
相关标签/搜索