@@ -121,7 +121,7 @@ not the plugin management) using
121
121
### Samples
122
122
123
123
All the
124
- [ Spring Boot Samples] ( https://github.com/spring-projects /spring-boot-samples)
124
+ [ Spring Boot Samples] ( .. /spring-boot-samples)
125
125
come with a ` pom.xml ` , but they use a different parent to
126
126
spring-boot-starter-parent (although that pom is one of their
127
127
ancestors). Other useful places to get clean projects with a
@@ -193,7 +193,7 @@ numbers. This works for Spring Boot dependencies, but also anything
193
193
else that is explicitly managed by the Spring Boot Starter parent.
194
194
195
195
Versionless dependency resolution is a feature of the
196
- [ Spring Boot Gradle Plugin] ( ../spring-boot-tools/spring-boot-maven -plugin/README.md ) ,
196
+ [ Spring Boot Gradle Plugin] ( ../spring-boot-tools/spring-boot-gradle -plugin/README.md ) ,
197
197
which also gives you a "run from source" feature ("gradle bootRun")
198
198
and an enhanced JAR/WAR packaging feature for executable archives
199
199
("gradle build").
@@ -202,7 +202,7 @@ and an enhanced JAR/WAR packaging feature for executable archives
202
202
203
203
Most of the samples mentioned above for Maven users are also buildable
204
204
using Gradle. Only some of the
205
- [ Spring Boot Samples] ( https://github.com/spring-projects /spring-boot-samples)
205
+ [ Spring Boot Samples] ( .. /spring-boot-samples)
206
206
come with a ` build.gradle ` . The Spring Starter Project feature in STS
207
207
produces a Maven project. But web application at
208
208
[ start.spring.io] ( http://start.spring.io ) can generate Gradle build
0 commit comments