问答详情
源自:3-3 TODO-WEB版

打包后文件中不包含index.html与web.xml文件,为什么?

在build.gradle中添加apply plugin: 'war'后,进行war打包,发现文件中不包含index.html与web.xml文件,访问localhost:8080/todo-1.0-SNAPSHOT/index.html出现404,怎么解决

提问者:慕移动3153431 2019-05-05 20:07

个回答

  • dabo
    2019-05-06 13:43:14

    在 project structure/modules 右侧添加 一个类型 web 指定 webapp 目录。

    原因是你没把 webapp 设定为 web目录