javaweb项目设置首页

在web.xml中写如下代码
    <welcome-file-list>
        <welcome-file>index.html</welcome-file>
    </welcome-file-list>

  

posted @ 2022-05-22 00:37  SHINIAN200  阅读(343)  评论(0)    收藏  举报