File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -155,17 +155,17 @@ to Maven by setting a `MAVEN_OPTS` environment variable with the value
155
155
156
156
157
157
=== Importing into Eclipse
158
- You can import the Spring Boot code into any Eclipse Oxygen based distribution. The easiest
159
- way to setup a new environment is to use the Eclipse Installer with the provided
158
+ You can import the Spring Boot code into any Eclipse 2019-06 based distribution. The
159
+ easiest way to setup a new environment is to use the Eclipse Installer with the provided
160
160
`.setup` file (in the `/eclipse` folder).
161
161
162
162
163
163
==== Using the Eclipse Installer
164
164
Spring Boot includes a `.setup` files which can be used with the Eclipse Installer to
165
165
provision a new environment. To use the installer:
166
166
167
- * Download and run the latest Eclipse Installer from
168
- https://www.eclipse.org/downloads/[eclipse.org/downloads/] (under "Get Eclipse") .
167
+ * Download and run the latest
168
+ https://www.eclipse.org/downloads/packages/installer[ Eclipse Installer] .
169
169
* Switch to "Advanced Mode" using the drop down menu on the right.
170
170
* Select "`Eclipse IDE for Java Developers`" under "`Eclipse.org`" as the product to
171
171
install and click "`next`".
Original file line number Diff line number Diff line change 74
74
name =" org.eclipse.wst.web_ui.feature.feature.group" />
75
75
<requirement
76
76
name =" org.sonatype.m2e.buildhelper.feature.feature.group" />
77
+ <requirement
78
+ name =" org.springframework.boot.ide.main.feature.feature.group" />
79
+ <requirement
80
+ name =" org.springframework.ide.eclipse.boot.dash.feature.feature.group" />
81
+ <requirement
82
+ name =" org.springframework.tooling.boot.ls.feature.feature.group" />
77
83
<repository
78
84
url =" https://dl.bintray.com/spring/javaformat-eclipse/" />
79
85
<repository
80
86
url =" https://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201405280027/" />
87
+ <repository
88
+ url =" https://download.springsource.com/release/TOOLS/sts4/update/e4.12/" />
81
89
<description >
82
90
Install the tools needed in the IDE to work with the
83
91
source code for ${scope.project.label}
You can’t perform that action at this time.
0 commit comments