Maven is converted to Dynamic Web Module, mavendynamic
Maven is still the most commonly used project management tool. To manage Java Web projects using Maven, you must first create a Maven project and then convert it to a web project.
Right-click the Project, select properties, click Project Facets on the left, select Dynamic Web Module, and click Apply --> OK. Ideally, the WebContent Directory should appear under the project. If no, first return to the Project Facets interface, deselect the Dynamic Web Module check box, and click Apply. Click "further configuration available" at the bottom of the page and select generate web. xml file.
After WebContent is generated, cut the two folders to src/main/webapp and delete WebContent.
Right-click the project and selectProperties
, SelectDeployment Assembly. SelectWebContent
, And set itRemove
Drop. Then, specify a new web path and clickAdd
, SelectFolder
Click Next. InSrc/main
FindWebapp
Directory and click Finish. Click againAdd
, SelectJava Build Path Entries
. Change the currentBuild path
PointMaven Dependency
. Click Apply and OK.