-
Notifications
You must be signed in to change notification settings - Fork 42
New Maven Project Wizards
Alessandro Falappa edited this page May 30, 2016
·
18 revisions
The plugin adds two items to the Maven category in the New Project wizard:
After selecting Spring Boot basic project on the second wizard page choose the project directory name and location.
The generated project structure is as follows:
The wizard also configures the Run and Debug actions for the project to invoke the run
goal of the maven spring-boot plugin.