|
|
@ -155,9 +155,9 @@ to Maven by setting a `MAVEN_OPTS` environment variable with the value
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== Importing into Eclipse
|
|
|
|
=== Importing into Eclipse
|
|
|
|
You can import the Spring Boot code into any Eclipse 2019-06 based distribution. The
|
|
|
|
You can import the Spring Boot code into any Eclipse 2019-03-based distribution. The
|
|
|
|
easiest way to setup a new environment is to use the Eclipse Installer with the provided
|
|
|
|
easiest way to setup a new environment is to use the Eclipse Installer with the provided
|
|
|
|
`.setup` file (in the `/eclipse` folder).
|
|
|
|
`spring-boot-project.setup` file (in the `/eclipse` folder).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
==== Using the Eclipse Installer
|
|
|
|
==== Using the Eclipse Installer
|
|
|
@ -168,7 +168,7 @@ provision a new environment. To use the installer:
|
|
|
|
https://www.eclipse.org/downloads/packages/installer[Eclipse Installer].
|
|
|
|
https://www.eclipse.org/downloads/packages/installer[Eclipse Installer].
|
|
|
|
* Switch to "Advanced Mode" using the drop down menu on the right.
|
|
|
|
* Switch to "Advanced Mode" using the drop down menu on the right.
|
|
|
|
* Select "`Eclipse IDE for Java Developers`" under "`Eclipse.org`" as the product to
|
|
|
|
* Select "`Eclipse IDE for Java Developers`" under "`Eclipse.org`" as the product to
|
|
|
|
install and click "`next`".
|
|
|
|
install, `2019-03` as the product version, and click "`next`".
|
|
|
|
* For the "`Project`" click on "`+`" to add a new setup file. Select "`Github Projects`"
|
|
|
|
* For the "`Project`" click on "`+`" to add a new setup file. Select "`Github Projects`"
|
|
|
|
and browse for `<checkout>/eclipse/spring-boot-project.setup` from your locally cloned
|
|
|
|
and browse for `<checkout>/eclipse/spring-boot-project.setup` from your locally cloned
|
|
|
|
copy of the source code. Click "`OK`" to add the setup file to the list.
|
|
|
|
copy of the source code. Click "`OK`" to add the setup file to the list.
|
|
|
|