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
4fbc6d81
Commit
4fbc6d81
authored
Dec 12, 2015
by
Johnny Lim
Committed by
Stephane Nicoll
Dec 12, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish docs
Closes gh-4768
parent
e25727ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
howto.adoc
spring-boot-docs/src/main/asciidoc/howto.adoc
+1
-1
spring-boot-cli.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc
+3
-3
No files found.
spring-boot-docs/src/main/asciidoc/howto.adoc
View file @
4fbc6d81
...
...
@@ -170,7 +170,7 @@ methods, and those added using `setSources()` are inspected to see if they have
`@PropertySources`, and if they do, those properties are added to the `Environment` early
enough to be used in all phases of the `ApplicationContext` lifecycle. Properties added
in this way have lower
priority than any added using the default locations (e.g. `application.properties), system properties, environment variables or the command line.
priority than any added using the default locations (e.g. `application.properties
`
), system properties, environment variables or the command line.
You can also provide System properties (or environment variables) to change the behavior:
...
...
spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc
View file @
4fbc6d81
...
...
@@ -225,7 +225,7 @@ For example, the following declaration:
[source,groovy,indent=0]
----
`@DependencyManagementBom("com.example.custom-bom:1.0.0")`
@DependencyManagementBom("com.example.custom-bom:1.0.0")
----
Will pick up `custom-bom-1.0.0.pom` in a Maven repository under
...
...
@@ -236,8 +236,8 @@ For example:
[source,java,indent=0]
----
`
@DependencyManagementBom(["com.example.custom-bom:1.0.0",
"com.example.another-bom:1.0.0"])
`
@DependencyManagementBom(["com.example.custom-bom:1.0.0",
"com.example.another-bom:1.0.0"])
----
indicates that dependency management in `another-bom` will override the dependency
...
...
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