Browse Source

Merge pull request #4243 from izeye/patch-43

* pr/4243:
  Fix broken link
pull/4243/merge
Stephane Nicoll 11 years ago
parent
commit
fc55d8b7a6
  1. 2
      spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

2
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

@ -31,7 +31,7 @@ content into your application; rather pick only the properties that you need. @@ -31,7 +31,7 @@ content into your application; rather pick only the properties that you need.
banner.charset=UTF-8 # banner file encoding
banner.location=classpath:banner.txt # banner file location
# SPRING CONFIG ({sc-spring-boot}/context/config/ConfigFileApplicationListener.{sc-ext}[ConfigFileApplicationListener])
# SPRING CONFIG ({sc-spring-boot}/context/config/ConfigFileEnvironmentPostProcessor.{sc-ext}[ConfigFileEnvironmentPostProcessor])
spring.config.name= # config file name (default to 'application')
spring.config.location= # location of config file

Loading…
Cancel
Save