commit
7e4111954f
|
@ -138,8 +138,8 @@ can run this from the top-level directory:
|
|||
|
||||
|
||||
=== Importing into Eclipse
|
||||
You can import the Spring Boot code into any Eclipse Oxygen based distribution. The easiest
|
||||
way to setup a new environment is to use the Eclipse Installer with the provided
|
||||
You can import the Spring Boot code into any Eclipse 2019-06 based distribution. The
|
||||
easiest way to setup a new environment is to use the Eclipse Installer with the provided
|
||||
`.setup` file (in the `/eclipse` folder).
|
||||
|
||||
|
||||
|
@ -147,8 +147,8 @@ way to setup a new environment is to use the Eclipse Installer with the provided
|
|||
Spring Boot includes a `.setup` files which can be used with the Eclipse Installer to
|
||||
provision a new environment. To use the installer:
|
||||
|
||||
* Download and run the latest Eclipse Installer from
|
||||
https://www.eclipse.org/downloads/[eclipse.org/downloads/] (under "Get Eclipse").
|
||||
* Download and run the latest
|
||||
https://www.eclipse.org/downloads/packages/installer[Eclipse Installer].
|
||||
* 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
|
||||
install and click "`next`".
|
||||
|
|
|
@ -75,11 +75,17 @@
|
|||
<requirement
|
||||
name="org.sonatype.m2e.buildhelper.feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.springframework.ide.eclipse.boot.feature.feature.group"/>
|
||||
name="org.springframework.boot.ide.main.feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.springframework.ide.eclipse.boot.dash.feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.springframework.tooling.boot.ls.feature.feature.group"/>
|
||||
<repository
|
||||
url="https://dl.bintray.com/spring/javaformat-eclipse/"/>
|
||||
<repository
|
||||
url="https://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201405280027/"/>
|
||||
<repository
|
||||
url="https://download.springsource.com/release/TOOLS/sts4/update/e4.12/"/>
|
||||
<description>
|
||||
Install the tools needed in the IDE to work with the
|
||||
source code for ${scope.project.label}
|
||||
|
|
Loading…
Reference in New Issue