Update documentation for spring.main.sources

Closes gh-2851
This commit is contained in:
Stephane Nicoll
2015-05-27 11:11:19 +02:00
parent 97cf86801b
commit 51e6eda88a
3 changed files with 26 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ content into your application; rather pick only the properties that you need.
spring.profiles.include= # unconditionally activate the specified comma separated profiles
# APPLICATION SETTINGS ({sc-spring-boot}/SpringApplication.{sc-ext}[SpringApplication])
spring.main.sources=
spring.main.sources= # sources (class name, package name or XML resource location) to include
spring.main.web-environment= # detect by default
spring.main.show-banner=true
spring.main....= # see class for all properties