在build.gradle中添加apply plugin: 'war'后,进行war打包,发现文件中不包含index.html与web.xml文件,访问localhost:8080/todo-1.0-SNAPSHOT/index.html出现404,怎么解决
在 project structure/modules 右侧添加 一个类型 web 指定 webapp 目录。
原因是你没把 webapp 设定为 web目录