web.xml is missing and <failOnMissingWebXml> is set to true问题处理

    xiaoxiao2021-03-25  145

    在创建一个新的maven工程的过程中发现了这么一个问题

    通过google老师,发现这只是一个简单的问题:

    解决方法如下:找到工程下的Deployment Descriptor:工程名--【右键】-->单击Generate Deployment Descriptor Stub

    ok!问题已经解决了..

    原因:

    少了:/testmaven/src/main/webapp/WEB-INF/web.xml

    转载请注明原文地址: https://ju.6miu.com/read-11437.html

    最新回复(0)