1.新建maven工程webapp下没有WEB-INF和web.xml 2.pom.xml报错:web.xml is missing and <failOnMissingWebXml> is...
如果有以下问题:
1.新建maven工程webapp下没有WEB-INF和web.xml
2.pom.xml报错:web.xml is missing and is set to true
则需要添加Web模块:
对项目右键 -->
JAVA EE Tools -->
Generate Deployment Descriptor Stub
这样就在src\main\
原创
2018-01-22 14:36:26 ·
799 阅读 ·
1 评论