web.xml is missing and is set to true

后端 未结 20 1367
后悔当初
后悔当初 2020-11-30 17:35

Consider:

When I create a simple Maven project in Eclipse I am getting this error:

web.xml is missing and

20条回答
  •  醉酒成梦
    2020-11-30 17:37

    For Project with web.xml present Project-->Properties-->Deployment Assembly,where you can add Folder src/main/webapp. Save change. Clean the project to get going.

    For Project with web.xml not present Set failOnMissingWebXml to false in pom.xml under properties tag.

提交回复
热议问题