如何设置默认页面spring mvc

来源:互联网 发布:数据库营销培训课程 编辑:程序博客网 时间:2024/06/11 02:12

     设置默认页为请求为“/”的,需要在web.xml中添加

  <welcome-file-list>
    <welcome-file></welcome-file>
  </welcome-file-list>