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
ff02d70e
Commit
ff02d70e
authored
Oct 11, 2017
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10601 from izeye/fix-broken-links-20171012
* pr/10601: Fix broken documentation links
parents
c98d6b29
a51765d0
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
21 additions
and
21 deletions
+21
-21
build-tool-plugins.adoc
...pring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc
+1
-1
getting-started.adoc
...t/spring-boot-docs/src/main/asciidoc/getting-started.adoc
+1
-1
howto.adoc
...oot-project/spring-boot-docs/src/main/asciidoc/howto.adoc
+1
-1
index.adoc
...oot-project/spring-boot-docs/src/main/asciidoc/index.adoc
+8
-8
production-ready-features.adoc
...oot-docs/src/main/asciidoc/production-ready-features.adoc
+1
-1
spring-boot-cli.adoc
...t/spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc
+1
-1
spring-boot-features.adoc
...ing-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+1
-1
using-spring-boot.adoc
...spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc
+2
-2
generateAutoConfigurationClassTables.groovy
...c/main/groovy/generateAutoConfigurationClassTables.groovy
+1
-1
generateStarterTables.groovy
...ng-boot-docs/src/main/groovy/generateStarterTables.groovy
+2
-2
managing-dependencies.adoc
...radle-plugin/src/main/asciidoc/managing-dependencies.adoc
+2
-2
No files found.
spring-boot-project/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc
View file @
ff02d70e
...
...
@@ -385,7 +385,7 @@ Here is a typical example repackage:
[[
build
-
tool
-
plugins
-
whats
-
next
]]
==
What
to
read
next
If
you
're interested in how the build tool plugins work you can
look at the {github-code}/spring-boot-tools[`spring-boot-tools`] module on GitHub. More
look at the {github-code}/spring-boot-
project/spring-boot-
tools[`spring-boot-tools`] module on GitHub. More
technical details of the <<appendix-executable-jar-format.adoc#executable-jar, executable
jar format>> are covered in the appendix.
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc
View file @
ff02d70e
...
...
@@ -270,7 +270,7 @@ You can download the Spring CLI distribution from the Spring software repository
Cutting edge http://repo.spring.io/snapshot/org/springframework/boot/spring-boot-cli/[snapshot distributions]
are also available.
Once downloaded, follow the {github-raw}/spring-boot-cli/src/main/content/INSTALL.txt[INSTALL.txt]
Once downloaded, follow the {github-raw}/spring-boot-
project/spring-boot-
cli/src/main/content/INSTALL.txt[INSTALL.txt]
instructions from the unpacked archive. In summary: there is a `spring` script
(`spring.bat` for Windows) in a `bin/` directory in the `.zip` file, or alternatively you
can use `java -jar` with the `.jar` file (the script helps you to be sure that the
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc
View file @
ff02d70e
...
...
@@ -2449,7 +2449,7 @@ Jackson's date serialization configuration settings.
If you use a Maven build that inherits directly or indirectly from `spring-boot-dependencies`
(for instance `spring-boot-starter-parent`) but you want to override a specific
third-party dependency you can add appropriate `<properties>` elements. Browse
the {github-code}/spring-boot-dependencies/pom.xml[`spring-boot-dependencies`]
the {github-code}/spring-boot-
project/spring-boot-
dependencies/pom.xml[`spring-boot-dependencies`]
POM for a complete list of properties. For example, to pick a different `slf4j` version
you would add the following:
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/index.adoc
View file @
ff02d70e
...
...
@@ -18,14 +18,14 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson;
:github-wiki: https://github.com/{github-repo}/wiki
:github-master-code: https://github.com/{github-repo}/tree/master
:sc-ext: java
:sc-spring-boot: {github-code}/spring-boot/src/main/java/org/springframework/boot
:sc-spring-boot-autoconfigure: {github-code}/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure
:sc-spring-boot-actuator: {github-code}/spring-boot-actuator/src/main/java/org/springframework/boot/actuate
:sc-spring-boot-actuator-autoconfigure: {github-code}/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure
:sc-spring-boot-cli: {github-code}/spring-boot-cli/src/main/java/org/springframework/boot/cli
:sc-spring-boot-devtools: {github-code}/spring-boot-devtools/src/main/java/org/springframework/boot/devtools
:sc-spring-boot-test: {github-code}/spring-boot-test/src/main/java/org/springframework/boot/test
:sc-spring-boot-test-autoconfigure: {github-code}/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure
:sc-spring-boot: {github-code}/spring-boot
-project/spring-boot
/src/main/java/org/springframework/boot
:sc-spring-boot-autoconfigure: {github-code}/spring-boot-
project/spring-boot-
autoconfigure/src/main/java/org/springframework/boot/autoconfigure
:sc-spring-boot-actuator: {github-code}/spring-boot-
project/spring-boot-
actuator/src/main/java/org/springframework/boot/actuate
:sc-spring-boot-actuator-autoconfigure: {github-code}/spring-boot-
project/spring-boot-
actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure
:sc-spring-boot-cli: {github-code}/spring-boot-
project/spring-boot-
cli/src/main/java/org/springframework/boot/cli
:sc-spring-boot-devtools: {github-code}/spring-boot-
project/spring-boot-
devtools/src/main/java/org/springframework/boot/devtools
:sc-spring-boot-test: {github-code}/spring-boot-
project/spring-boot-
test/src/main/java/org/springframework/boot/test
:sc-spring-boot-test-autoconfigure: {github-code}/spring-boot-
project/spring-boot-
test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure
:dc-ext: html
:dc-root: http://docs.spring.io/spring-boot/docs/{spring-boot-docs-version}/api
:dc-spring-boot: {dc-root}/org/springframework/boot
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
View file @
ff02d70e
...
...
@@ -17,7 +17,7 @@ unless you enable Spring MVC as well.>>
[[production-ready-enabling]]
== Enabling production-ready features
The {github-code}/spring-boot-actuator[`spring-boot-actuator`] module provides all of
The {github-code}/spring-boot-
project/spring-boot-
actuator[`spring-boot-actuator`] module provides all of
Spring Boot's production-ready features. The simplest way to enable the features is to add
a dependency to the `spring-boot-starter-actuator` '`Starter`'.
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc
View file @
ff02d70e
...
...
@@ -469,7 +469,7 @@ further information.
[[cli-whats-next]]
== What to read next
There are some {github-code}/spring-boot-cli/samples[sample groovy
There are some {github-code}/spring-boot-
project/spring-boot-
cli/samples[sample groovy
scripts] available from the GitHub repository that you can use to try out the
Spring Boot CLI. There is also extensive Javadoc throughout the
{sc-spring-boot-cli}[source code].
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
ff02d70e
...
...
@@ -6650,7 +6650,7 @@ when relevant classes are found and when you have not declared your own `@Config
You can browse the source code of {sc-spring-boot-autoconfigure}[`spring-boot-autoconfigure`]
to see the `@Configuration` classes that we provide (see the
{github-code}/spring-boot-autoconfigure/src/main/resources/META-INF/spring.factories[`META-INF/spring.factories`]
{github-code}/spring-boot-
project/spring-boot-
autoconfigure/src/main/resources/META-INF/spring.factories[`META-INF/spring.factories`]
file).
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc
View file @
ff02d70e
...
...
@@ -102,7 +102,7 @@ add the following to your `pom.xml`.
</properties>
----
TIP: Check the {github-code}/spring-boot-dependencies/pom.xml[`spring-boot-dependencies` pom]
TIP: Check the {github-code}/spring-boot-
project/spring-boot-
dependencies/pom.xml[`spring-boot-dependencies` pom]
for a list of supported properties.
...
...
@@ -313,7 +313,7 @@ or swap specific technical facets:
include::../../../target/generated-resources/technical-starters.adoc[]
TIP: For a list of additional community contributed starters, see the
{github-master-code}/spring-boot-starters/README.adoc[README file] in the
{github-master-code}/spring-boot-
project/spring-boot-
starters/README.adoc[README file] in the
`spring-boot-starters` module on GitHub.
...
...
spring-boot-project/spring-boot-docs/src/main/groovy/generateAutoConfigurationClassTables.groovy
View file @
ff02d70e
...
...
@@ -14,7 +14,7 @@ def generateAutoConfigurationClassTable(String module, File factories, PrintWrit
getAutoConfigurationClasses
(
factories
).
each
{
writer
.
println
''
writer
.
println
"| {github-code}/$module/src/main/java/$it.path.{sc-ext}[`$it.name`]"
writer
.
println
"| {github-code}/
spring-boot-project/
$module/src/main/java/$it.path.{sc-ext}[`$it.name`]"
writer
.
println
"| {dc-root}/$it.path.{dc-ext}[javadoc]"
}
...
...
spring-boot-project/spring-boot-docs/src/main/groovy/generateStarterTables.groovy
View file @
ff02d70e
...
...
@@ -11,7 +11,7 @@ def getStarters(File dir) {
'name'
:
name
,
'description'
:
postProcessDescription
(
pom
.
description
.
text
()),
'dependencies'
:
dependencies
,
'pomUrl'
:
"{github-code}/spring-boot-starters/$name/pom.xml"
'pomUrl'
:
"{github-code}/spring-boot-
project/spring-boot-
starters/$name/pom.xml"
]
}
}
...
...
@@ -73,4 +73,4 @@ def writeTable(String name, def starters) {
def
starters
=
getStarters
(
new
File
(
project
.
build
.
directory
,
'external-resources/starter-poms'
))
writeTable
(
'application-starters'
,
starters
.
findAll
{
isApplicationStarter
(
it
)
})
writeTable
(
'production-starters'
,
starters
.
findAll
{
isProductionStarter
(
it
)
})
writeTable
(
'technical-starters'
,
starters
.
findAll
{
isTechnicalStarter
(
it
)
})
\ No newline at end of file
writeTable
(
'technical-starters'
,
starters
.
findAll
{
isTechnicalStarter
(
it
)
})
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/asciidoc/managing-dependencies.adoc
View file @
ff02d70e
...
...
@@ -22,7 +22,7 @@ include::../gradle/managing-dependencies/dependencies.gradle[tags=dependencies]
The `spring-boot-dependencies` bom that is automatically imported when the dependency
management plugin is applied uses properties to control the versions of the dependencies
that it manages. Please refer to the {github-code}/spring-boot-dependencies/pom.xml[bom]
that it manages. Please refer to the {github-code}/spring-boot-
project/spring-boot-
dependencies/pom.xml[bom]
for a complete list of these properties.
To customize a managed version you set its corresponding property. For example, to
...
...
@@ -43,4 +43,4 @@ be done with care.
=== Learning more
To learn more about the capabilities of the dependency management plugin, please refer to
its {dependency-management-plugin-documentation}[documentation].
\ No newline at end of file
its {dependency-management-plugin-documentation}[documentation].
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