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
fe3d2c39
Commit
fe3d2c39
authored
Jun 05, 2014
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken links in the documentation
parent
abc1e5de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
documentation-overview.adoc
...g-boot-docs/src/main/asciidoc/documentation-overview.adoc
+1
-1
getting-started.adoc
spring-boot-docs/src/main/asciidoc/getting-started.adoc
+5
-4
No files found.
spring-boot-docs/src/main/asciidoc/documentation-overview.adoc
View file @
fe3d2c39
...
...
@@ -38,7 +38,7 @@ Having trouble with Spring Boot, We'd like to help!
* Report bugs with Spring Boot at https://github.com/spring-projects/spring-boot/issues.
NOTE: All of Spring Boot is open source, including the documentation! If you find problems
with the docs; or if you just want to improve them, please
<<github-code, get involved>>
.
with the docs; or if you just want to improve them, please
{github-code}[get involved]
.
[[boot-documentation-first-steps]]
== First steps
...
...
spring-boot-docs/src/main/asciidoc/getting-started.adoc
View file @
fe3d2c39
...
...
@@ -157,8 +157,9 @@ installed you can follow the instructions at http://www.gradle.org/.
Spring Boot dependencies can be declared using the `org.springframework.boot` `group`.
Typically your project will declare dependencies to one or more
<<using-spring-boot.adoc#using-boot-starter-poms, ``Starter POMs''>>. Spring Boot
provides a useful <<build-tool-plugins.adoc#build-tool-plugins-gradle, Gradle plugin>>
that can be used to simplify dependency declarations and to create executable jars.
provides a useful <<build-tool-plugins.adoc#build-tool-plugins-gradle-plugin, Gradle
plugin>> that can be used to simplify dependency declarations and to create executable
jars.
.Gradle Wrapper
****
...
...
@@ -721,8 +722,8 @@ Hopefully this section has provided you with some of the Spring Boot basics, and
on your way to writing your own applications. If you're a task-oriented type of
developer you might want to jump over to http://spring.io and check out some of the
http://spring.io/guides/[getting started] guides that solve specific
'``How do I do that with Spring''' problems; we also have
a Spring Boot
specific
'<<howto.adoc#how
-
to, How-to>>' reference documentation.
'``How do I do that with Spring''' problems; we also have
Spring Boot-
specific
'<<howto.adoc#howto, How-to>>' reference documentation.
Otherwise, the next logical step is to read '<<using-spring-boot.adoc#using-boot>>'. If
you're really impatient, you could also jump ahead and read about
...
...
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