Document spring.main.web-application-type

Closes gh-9159
This commit is contained in:
Stephane Nicoll
2017-05-11 11:03:57 +02:00
parent 3319be1c5a
commit bb2a81cb6e
2 changed files with 10 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ content into your application; rather pick only the properties that you need.
# APPLICATION SETTINGS ({sc-spring-boot}/SpringApplication.{sc-ext}[SpringApplication])
spring.main.banner-mode=console # Mode used to display the banner when the application runs.
spring.main.sources= # Sources (class name, package name or XML resource location) to include in the ApplicationContext.
spring.main.web-environment= # Run the application in a web environment (auto-detected by default).
spring.main.web-application-type= # Flag to explicitly request a specific type of web application. Auto-detected based on the classpath if not set.
# FILE ENCODING ({sc-spring-boot}/context/FileEncodingApplicationListener.{sc-ext}[FileEncodingApplicationListener])
spring.mandatory-file-encoding= # Expected character encoding the application must use.