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
913b6020
Commit
913b6020
authored
Mar 18, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor doc polish
parent
798229f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
howto.adoc
spring-boot-docs/src/main/asciidoc/howto.adoc
+8
-5
No files found.
spring-boot-docs/src/main/asciidoc/howto.adoc
View file @
913b6020
...
@@ -129,6 +129,9 @@ might have.
...
@@ -129,6 +129,9 @@ might have.
and then the Spring Boot banner will not be printed on startup, and the application will
and then the Spring Boot banner will not be printed on startup, and the application will
not be a web application.
not be a web application.
NOTE: The example above also demonstrates how flexible binding allows the use of
underscores (`_`) as well as dashes (`-`) in property names.
[[howto-change-the-location-of-external-properties]]
[[howto-change-the-location-of-external-properties]]
=== Change the location of external properties of an application
=== Change the location of external properties of an application
By default properties from different sources are added to the Spring `Environment` in a
By default properties from different sources are added to the Spring `Environment` in a
...
@@ -738,11 +741,11 @@ For example, using Maven:
...
@@ -738,11 +741,11 @@ For example, using Maven:
</dependency>
</dependency>
----
----
Spring Boot has a `LoggingSystem` abstraction that attempts to
select a system depending
Spring Boot has a `LoggingSystem` abstraction that attempts to
configure logging based on
on the content of the classpath. If Logback is available it is the first choice. So if
the content of the classpath. If Logback is available it is the first choice. So if you
you put a `logback.xml` in the root of your classpath it will be picked up from there.
put a `logback.xml` in the root of your classpath it will be picked up from there. Spring
Spring Boot provides a default base configuration that you can include if you just wan
t
Boot provides a default base configuration that you can include if you just want to se
t
to set
levels, e.g.
levels, e.g.
[source,xml,indent=0,subs="verbatim,quotes,attributes"]
[source,xml,indent=0,subs="verbatim,quotes,attributes"]
----
----
...
...
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