在通过maven创建一个web项目时,报错
web.xml is missing and <failOnMissingWebXml> is set to true
右击项目——>Java EE Tools——>Generate Deployment Descriptor Stub.然后系统会在src/main/webapp/WEB_INF文件加下创建web.xml文件
在通过maven创建一个web项目时,报错
web.xml is missing and <failOnMissingWebXml> is set to true
右击项目——>Java EE Tools——>Generate Deployment Descriptor Stub.然后系统会在src/main/webapp/WEB_INF文件加下创建web.xml文件