Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
02faa0af
Commit
02faa0af
authored
Mar 04, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #415 from adambro/patch-2
* patch-2: Correct link to samples.
parents
6c8e81f8
45cd5258
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
spring-boot-starters/README.md
+3
-3
No files found.
spring-boot-starters/README.md
View file @
02faa0af
...
...
@@ -121,7 +121,7 @@ not the plugin management) using
### Samples
All the
[
Spring Boot Samples
](
https://github.com/spring-projects
/spring-boot-samples
)
[
Spring Boot Samples
](
..
/spring-boot-samples
)
come with a
`pom.xml`
, but they use a different parent to
spring-boot-starter-parent (although that pom is one of their
ancestors). Other useful places to get clean projects with a
...
...
@@ -193,7 +193,7 @@ numbers. This works for Spring Boot dependencies, but also anything
else that is explicitly managed by the Spring Boot Starter parent.
Versionless dependency resolution is a feature of the
[
Spring Boot Gradle Plugin
](
../spring-boot-tools/spring-boot-
maven
-plugin/README.md
)
,
[
Spring Boot Gradle Plugin
](
../spring-boot-tools/spring-boot-
gradle
-plugin/README.md
)
,
which also gives you a "run from source" feature ("gradle bootRun")
and an enhanced JAR/WAR packaging feature for executable archives
("gradle build").
...
...
@@ -202,7 +202,7 @@ and an enhanced JAR/WAR packaging feature for executable archives
Most of the samples mentioned above for Maven users are also buildable
using Gradle. Only some of the
[
Spring Boot Samples
](
https://github.com/spring-projects
/spring-boot-samples
)
[
Spring Boot Samples
](
..
/spring-boot-samples
)
come with a
`build.gradle`
. The Spring Starter Project feature in STS
produces a Maven project. But web application at
[
start.spring.io
](
http://start.spring.io
)
can generate Gradle build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment