具体报错:Description Resource Path Location Type
web.xml is missing and <failOnMissingWebXml> is set to true pom.xml /demo-springbootweb line 6 Maven Java EE Configuration Problem
01 展开项目,找到webapp文件夹,右键->New->Folder,如图所示
02 输入文件夹名称WEB-INF,完成
03 在WEB-INF文件夹中建一个web.xml
04 到这里,会发现,红色报错已经消失。若问题存在,更新一下项目

