# SPRING CONFIG ({sc-spring-boot}/context/config/ConfigFileApplicationListener.{sc-ext}[ConfigFileApplicationListener])
# SPRING CONFIG ({sc-spring-boot}/context/config/ConfigFileApplicationListener.{sc-ext}[ConfigFileApplicationListener])
spring.config.name= # config file name (default to 'application')
spring.config.name= # config file name (default to 'application')
spring.config.location= # location of config file
spring.config.location= # location of config file
...
@@ -41,6 +45,9 @@ content into your application; rather pick only the properties that you need.
...
@@ -41,6 +45,9 @@ content into your application; rather pick only the properties that you need.
spring.main.show-banner=true
spring.main.show-banner=true
spring.main....= # see class for all properties
spring.main....= # see class for all properties
# OUTPUT
spring.output.ansi.enabled=detect # Configure the ANSI output ("detect", "always", "never")
# LOGGING
# LOGGING
logging.path=/var/logs
logging.path=/var/logs
logging.file=myapp.log
logging.file=myapp.log
...
@@ -150,6 +157,7 @@ content into your application; rather pick only the properties that you need.
...
@@ -150,6 +157,7 @@ content into your application; rather pick only the properties that you need.
spring.jackson.property-naming-strategy= # One of the constants on Jackson's PropertyNamingStrategy (e.g. CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES) or the fully-qualified class name of a PropertyNamingStrategy subclass
spring.jackson.property-naming-strategy= # One of the constants on Jackson's PropertyNamingStrategy (e.g. CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES) or the fully-qualified class name of a PropertyNamingStrategy subclass
spring.jackson.deserialization.*= # see Jackson's DeserializationFeature
spring.jackson.deserialization.*= # see Jackson's DeserializationFeature
spring.jackson.generator.*= # see Jackson's JsonGenerator.Feature
spring.jackson.generator.*= # see Jackson's JsonGenerator.Feature
spring.jackson.joda-date-time-format= # Joda date time format string
spring.jackson.mapper.*= # see Jackson's MapperFeature
spring.jackson.mapper.*= # see Jackson's MapperFeature
spring.jackson.parser.*= # see Jackson's JsonParser.Feature
spring.jackson.parser.*= # see Jackson's JsonParser.Feature
spring.jackson.serialization.*= # see Jackson's SerializationFeature
spring.jackson.serialization.*= # see Jackson's SerializationFeature
...
@@ -162,6 +170,7 @@ content into your application; rather pick only the properties that you need.
...
@@ -162,6 +170,7 @@ content into your application; rather pick only the properties that you need.
spring.thymeleaf.view-names= # comma-separated list of view names that can be resolved
spring.thymeleaf.view-names= # comma-separated list of view names that can be resolved