@ -598,6 +598,9 @@ public class ServerProperties implements EmbeddedServletContainerCustomizer, Ord
@@ -598,6 +598,9 @@ public class ServerProperties implements EmbeddedServletContainerCustomizer, Ord
@ -109,6 +109,11 @@ content into your application; rather pick only the properties that you need.
@@ -109,6 +109,11 @@ content into your application; rather pick only the properties that you need.
server.undertow.access-log-enabled=false # if access logging is enabled
server.undertow.access-log-pattern=common # log pattern of the access log
server.undertow.buffer-size= # size of each buffer in bytes
server.undertow.buffers-per-region= # number of buffer per region
server.undertow.direct-buffers=false # allocate buffers outside the Java heap
server.undertow.io-threads= # number of I/O threads to create for the worker
server.undertow.worker-threads= # number of worker threads
# SPRING MVC ({sc-spring-boot-autoconfigure}/web/WebMvcProperties.{sc-ext}[WebMvcProperties])
spring.mvc.locale= # set fixed locale, e.g. en_UK
@ -199,7 +204,8 @@ content into your application; rather pick only the properties that you need.
@@ -199,7 +204,8 @@ content into your application; rather pick only the properties that you need.
@ -267,6 +273,14 @@ content into your application; rather pick only the properties that you need.
@@ -267,6 +273,14 @@ content into your application; rather pick only the properties that you need.
security.sessions=stateless # always / never / if_required / stateless
security.ignored= # Comma-separated list of paths to exclude from the default secured paths
spring.datasource.initialize=true # populate using data.sql
@ -401,7 +415,7 @@ content into your application; rather pick only the properties that you need.
@@ -401,7 +415,7 @@ content into your application; rather pick only the properties that you need.
spring.data.elasticsearch.repositories.enabled=true # if spring data repository support is enabled
# DATA REST ({spring-data-rest-javadoc}/core/config/RepositoryRestConfiguration.{dc-ext}[RepositoryRestConfiguration])
spring.data.rest.base-uri= # base URI against which the exporter should calculate its links
spring.data.rest.base-path= # base path against which the exporter should calculate its links
flyway.*= # Any public property available on the auto-configured `Flyway` object
@ -681,6 +695,7 @@ content into your application; rather pick only the properties that you need.
@@ -681,6 +695,7 @@ content into your application; rather pick only the properties that you need.
spring.metrics.export.send-latest=true # flag to switch off any available optimizations based on not exporting unchanged metric values
spring.metrics.export.includes= # list of patterns for metric names to include
spring.metrics.export.excludes= # list of patterns for metric names to exclude. Applied after the includes
spring.metrics.export.redis.aggregate-key-pattern= # pattern that tells the aggregator what to do with the keys from the source repository
spring.metrics.export.redis.prefix=spring.metrics # prefix for redis repository if active
spring.metrics.export.redis.key=keys.spring.metrics # key for redis repository export (if active)
spring.metrics.export.triggers.*= # specific trigger properties per MetricWriter bean name