tomcat找不到index.html

时间:2016-06-13 13:16:57

标签: java maven web.xml

我正在使用Spring和AngularJS构建maven项目。 问题是我在src / main / webapp / index.html下得到了index.html 当我试图访问我的应用程序的主页时,我总是找不到404。 这是项目结构:

enter image description here

我还添加了

<welcome-file-list>
        <welcome-file>index.html</welcome-file>
</welcome-file-list>

到web.xml但id无效

修改: 我正试图通过以下方式访问index.html页面:

localhost:8080/myapp 

0 个答案:

没有答案