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
8d032143
Commit
8d032143
authored
Jul 01, 2019
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import attributes from appendix files
See gh-12005
parent
8fb181f3
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
21 additions
and
3 deletions
+21
-3
pom.xml
spring-boot-project/spring-boot-docs/pom.xml
+2
-1
application-properties.adoc
...cs/src/main/asciidoc/appendix/application-properties.adoc
+3
-0
auto-configuration-classes.adoc
...rc/main/asciidoc/appendix/auto-configuration-classes.adoc
+3
-0
configuration-metadata.adoc
...cs/src/main/asciidoc/appendix/configuration-metadata.adoc
+3
-0
dependency-versions.adoc
...-docs/src/main/asciidoc/appendix/dependency-versions.adoc
+4
-1
executable-jar-format.adoc
...ocs/src/main/asciidoc/appendix/executable-jar-format.adoc
+3
-0
test-auto-configuration.adoc
...s/src/main/asciidoc/appendix/test-auto-configuration.adoc
+3
-1
No files found.
spring-boot-project/spring-boot-docs/pom.xml
View file @
8d032143
...
@@ -1451,7 +1451,8 @@
...
@@ -1451,7 +1451,8 @@
</resource>
</resource>
</resources>
</resources>
<attributes>
<attributes>
<sources-root>
${project.basedir}/src/
</sources-root>
<sources-root>
${project.basedir}/src
</sources-root>
<asciidoc-sources-root>
${project.basedir}/src/main/asciidoc
</asciidoc-sources-root>
<generated-resources-root>
${project.basedir}/target/generated-resources
</generated-resources-root>
<generated-resources-root>
${project.basedir}/target/generated-resources
</generated-resources-root>
<spring-boot-repo>
${spring-boot-repo}
</spring-boot-repo>
<spring-boot-repo>
${spring-boot-repo}
</spring-boot-repo>
<github-tag>
${github-tag}
</github-tag>
<github-tag>
${github-tag}
</github-tag>
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix/application-properties.adoc
View file @
8d032143
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
[appendix]
[appendix]
[[common-application-properties]]
[[common-application-properties]]
== Common application properties
== Common application properties
include::{asciidoc-sources-root}/attributes.adoc[]
Various properties can be specified inside your `application.properties` file, inside
Various properties can be specified inside your `application.properties` file, inside
your `application.yml` file, or as command line switches. This appendix provides a list
your `application.yml` file, or as command line switches. This appendix provides a list
of common Spring Boot properties and references to the underlying classes that consume
of common Spring Boot properties and references to the underlying classes that consume
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix/auto-configuration-classes.adoc
View file @
8d032143
[appendix]
[appendix]
[[auto-configuration-classes]]
[[auto-configuration-classes]]
== Auto-configuration classes
== Auto-configuration classes
include::{asciidoc-sources-root}/attributes.adoc[]
Here is a list of all auto-configuration classes provided by Spring Boot, with links to
Here is a list of all auto-configuration classes provided by Spring Boot, with links to
documentation and source code. Remember to also look at the conditions report in your
documentation and source code. Remember to also look at the conditions report in your
application for more details of which features are switched on.
application for more details of which features are switched on.
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix/configuration-metadata.adoc
View file @
8d032143
[
appendix
]
[
appendix
]
[[
configuration
-
metadata
]]
[[
configuration
-
metadata
]]
==
Configuration
Metadata
==
Configuration
Metadata
include
::{
asciidoc
-
sources
-
root
}/
attributes
.
adoc
[]
Spring
Boot
jars
include
metadata
files
that
provide
details
of
all
supported
Spring
Boot
jars
include
metadata
files
that
provide
details
of
all
supported
configuration
properties
.
The
files
are
designed
to
let
IDE
developers
offer
configuration
properties
.
The
files
are
designed
to
let
IDE
developers
offer
contextual
help
and
"`code completion`"
as
users
are
working
with
`
application
.
properties
`
contextual
help
and
"`code completion`"
as
users
are
working
with
`
application
.
properties
`
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix/dependency-versions.adoc
View file @
8d032143
[appendix]
[appendix]
[[appendix-dependency-versions]]
[[appendix-dependency-versions]]
== Dependency versions
== Dependency versions
include::{asciidoc-sources-root}/attributes.adoc[]
The following table provides details of all of the dependency versions that are provided
The following table provides details of all of the dependency versions that are provided
by Spring Boot in its CLI (Command Line Interface), Maven dependency management, and
by Spring Boot in its CLI (Command Line Interface), Maven dependency management, and
Gradle plugin. When you declare a dependency on one of these artifacts without declaring
Gradle plugin. When you declare a dependency on one of these artifacts without declaring
a version, the version listed in the table is used.
a version, the version listed in the table is used.
include::{generated-resources-root}/effective-pom.adoc[]
include::{generated-resources-root}/effective-pom.adoc[]
\ No newline at end of file
spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix/executable-jar-format.adoc
View file @
8d032143
[appendix]
[appendix]
[[executable-jar]]
[[executable-jar]]
== The Executable Jar Format
== The Executable Jar Format
include::{asciidoc-sources-root}/attributes.adoc[]
The `spring-boot-loader` modules lets Spring Boot support executable jar and
The `spring-boot-loader` modules lets Spring Boot support executable jar and
war files. If you use the Maven plugin or the Gradle plugin, executable jars are
war files. If you use the Maven plugin or the Gradle plugin, executable jars are
automatically generated, and you generally do not need to know the details of how
automatically generated, and you generally do not need to know the details of how
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix/test-auto-configuration.adoc
View file @
8d032143
...
@@ -2,7 +2,9 @@
...
@@ -2,7 +2,9 @@
[[test-auto-configuration]]
[[test-auto-configuration]]
== Test Auto-configuration Annotations
== Test Auto-configuration Annotations
include::{asciidoc-sources-root}/attributes.adoc[]
The following table lists the various `@…Test` annotations that can be used to test
The following table lists the various `@…Test` annotations that can be used to test
slices of your application and the auto-configuration that they import by default:
slices of your application and the auto-configuration that they import by default:
include::{generated-resources-root}/test-slice-auto-configuration.adoc[]
include::{generated-resources-root}/test-slice-auto-configuration.adoc[]
\ No newline at end of file
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