You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build eclipse project(first need install maven)
open command shell, go to the moon folder,then do:
mvn eclipse:eclipse
Import project into eclipse
right click on the 'Project Explorer', then select import-->Existing Projects into Workspace-->select the moon project path
Right click the moon project--> Properties-->Project Facets
select Dynamic Web Module-->click OK button
Remove the WebContent or WebRoot folder under the Moon root folder
Right click the moon project--> Properties-->Deployment Assembly
click add button --> add folder --> select the src/main/webapp--> click finish button, then this would has an entry for src/main/webapp, if it deploy path not the '/',change it to '/'