Skip to content

New Maven Project Wizards

Alessandro Falappa edited this page May 30, 2016 · 18 revisions

New maven project wizards

The plugin adds two items to the Maven category in the New Project wizard:

images/basic-project.png

Basic Project

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:

images/basic-project.png

The wizard also configures the Run and Debug actions for the project to invoke the run goal of the maven spring-boot plugin.

Initializr Project

Clone this wiki locally