12
12
13
13
14
14
15
- == Using GitHub issues
15
+ == Using GitHub Issues
16
16
We use GitHub issues to track bugs and enhancements. If you have a general usage question
17
17
please ask on http://stackoverflow.com[Stack Overflow]. The Spring Boot team and the
18
18
broader community monitor the http://stackoverflow.com/tags/spring-boot[`spring-boot`]
@@ -70,7 +70,7 @@ added after the original pull request but before a merge.
70
70
71
71
72
72
73
- == Working with the code
73
+ == Working with the Code
74
74
If you don't have an IDE preference we would recommend that you use
75
75
https://spring.io/tools/sts[Spring Tools Suite] or
76
76
http://eclipse.org[Eclipse] when working with the code. We use the
@@ -79,13 +79,13 @@ should also work without issue.
79
79
80
80
81
81
82
- === Building from source
82
+ === Building from Source
83
83
To build the source you will need to install
84
84
http://maven.apache.org/run-maven/index.html[Apache Maven] v3.2.3 or above and JDK 1.8.
85
85
86
86
87
87
88
- ==== Default build
88
+ ==== Default Build
89
89
The project can be built from the root directory using the standard maven command:
90
90
91
91
[indent=0]
@@ -150,7 +150,7 @@ to Maven by setting a `MAVEN_OPTS` environment variable with the value
150
150
151
151
152
152
153
- === Importing into eclipse
153
+ === Importing into Eclipse
154
154
You can import the Spring Boot code into any Eclipse Mars based distribution. The easiest
155
155
way to setup a new environment is to use the Eclipse Installer with the provided
156
156
`.setup` file.
@@ -181,7 +181,7 @@ easier to navigate.
181
181
182
182
183
183
184
- ==== Manual installation with m2eclipse
184
+ ==== Manual Installation with M2Eclipse
185
185
If you prefer to install Eclipse yourself we recommend that you use the
186
186
http://eclipse.org/m2e/[M2Eclipse] eclipse plugin. If you don't already have m2eclipse
187
187
installed it is available from the "Eclipse marketplace".
@@ -208,7 +208,7 @@ need to import the root `spring-boot` pom and the `spring-boot-samples` pom sepa
208
208
209
209
210
210
211
- ==== Importing into eclipse without m2eclipse
211
+ ==== Importing into Eclipse without M2Eclipse
212
212
If you prefer not to use m2eclipse you can generate eclipse project metadata using the
213
213
following command:
214
214
@@ -222,12 +222,12 @@ from the `file` menu.
222
222
223
223
224
224
225
- === Importing into other IDEs
225
+ === Importing into Other IDEs
226
226
Maven is well supported by most Java IDEs. Refer to your vendor documentation.
227
227
228
228
229
229
230
- == Integration tests
230
+ == Integration Tests
231
231
The sample applications are used as integration tests during the build (when you
232
232
`mvn install`). Due to the fact that they make use of the `spring-boot-maven-plugin`
233
233
they cannot be called directly, and so instead are launched via the
0 commit comments