@ -129,17 +129,19 @@ eclipse. If you don't already have m2eclipse installed it is available from the
marketplace".
marketplace".
Spring Boot includes project specific source formatting settings, in order to have these
Spring Boot includes project specific source formatting settings, in order to have these
work with m2eclipse, we provide an additional eclipse plugin that you can install:
work with m2eclipse, we provide additional Eclipse plugins that you can install:
* Download `org.eclipse.m2e.maveneclipse.site.zip` from
===== Install the m2eclipse-maveneclipse plugin
https://github.com/philwebb/m2eclipse-maveneclipse/releases.
* Select "`Help`" -> "`Install New Software`".
* Select `Install new software` from the `help` menu
* Add `https://dl.bintray.com/philwebb/m2eclipse-maveneclipse` as a site.
* Click `Add...` to add a new repository
* Click the `Archive...` button
* Select the `org.eclipse.m2e.maveneclipse.site.zip` that you previously downloaded
* Install "Maven Integration for the maven-eclipse-plugin"
* Install "Maven Integration for the maven-eclipse-plugin"
NOTE: This plugin is optional. Projects can be imported without the plugin, your code
===== Install the Spring Formatter plugin
* Select "`Help`" -> "`Install New Software`".
* Add `https://dl.bintray.com/philwebb/spring-eclipse-code-formatter/` as a site.
* Install "Spring Code Formatter"
NOTE: These plugins are optional. Projects can be imported without the plugins, your code
changes just won't be automatically formatted.
changes just won't be automatically formatted.
With the requisite eclipse plugins installed you can select
With the requisite eclipse plugins installed you can select