如果有以下问题:
1.新建maven工程webapp下没有WEB-INF和web.xml
2.pom.xml报错:web.xml is missing and <failOnMissingWebXml> is set to true
则需要添加Web模块:
对项目右键 --> JAVA EE Tools --> Generate Deployment Descriptor Stub
这样就在src\main\webapp下面生成了WEB-INF文件夹和web.xml,问题解决