diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 1ece72a682..14db74f9cb 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -135,7 +135,7 @@ content into your application. Rather, pick only the properties that you need. spring.messages.cache-duration= # Loaded resource bundle files cache duration. When not set, bundles are cached forever. If a duration suffix is not specified, seconds will be used. spring.messages.encoding=UTF-8 # Message bundles encoding. spring.messages.fallback-to-system-locale=true # Whether to fall back to the system Locale if no files for a specific Locale have been found. - spring.messages.reloadable=false # Whether to use a ReloadableResourceBundleMessageSource instead of the default ResourceBundleMessageSource. Recommended during development only. + spring.messages.reloadable=false # Whether to use a "ReloadableResourceBundleMessageSource" rather than the default "ResourceBundleMessageSource". Recommended during development only. spring.messages.use-code-as-default-message=false # Whether to use the message code as the default message instead of throwing a "NoSuchMessageException". Recommended during development only. # OUTPUT @@ -541,8 +541,7 @@ content into your application. Rather, pick only the properties that you need. # SECURITY OAUTH2 CLIENT ({sc-spring-boot-autoconfigure}/security/oauth2/client/OAuth2ClientProperties.{sc-ext}[OAuth2ClientProperties]) spring.security.oauth2.client.provider.*= # OAuth provider details. - spring.security.oauth2.client.registration.authorization-code.*= # OAuth2 authorization_code client registrations. - spring.security.oauth2.client.registration.login.*= # OpenID Connect client registrations. + spring.security.oauth2.client.registration.*= # OAuth client registrations. # SECURITY OAUTH2 RESOURCE SERVER ({sc-spring-boot-autoconfigure}/security/oauth2/resource/OAuth2ResourceServerProperties.{sc-ext}[OAuth2ResourceServerProperties]) spring.security.oauth2.resourceserver.jwt.jwk-set-uri= # JSON Web Key URI to use to verify the JWT token. @@ -926,7 +925,7 @@ content into your application. Rather, pick only the properties that you need. spring.mongodb.embedded.storage.database-dir= # Directory used for data storage. spring.mongodb.embedded.storage.oplog-size= # Maximum size of the oplog. spring.mongodb.embedded.storage.repl-set-name= # Name of the replica set. - spring.mongodb.embedded.version=3.2.2 # Version of Mongo to use. + spring.mongodb.embedded.version=3.5.5 # Version of Mongo to use. # REDIS ({sc-spring-boot-autoconfigure}/data/redis/RedisProperties.{sc-ext}[RedisProperties]) spring.redis.cluster.max-redirects= # Maximum number of redirects to follow when executing commands across the cluster. @@ -1486,7 +1485,7 @@ content into your application. Rather, pick only the properties that you need. management.metrics.export.prometheus.pushgateway.grouping-key= # Grouping key for the pushed metrics. management.metrics.export.prometheus.pushgateway.job= # Job identifier for this application instance. management.metrics.export.prometheus.pushgateway.push-rate=1m # Frequency with which to push metrics. - management.metrics.export.prometheus.pushgateway.shutdown-operation= # Operation that should be performed on shutdown (none, push, delete). + management.metrics.export.prometheus.pushgateway.shutdown-operation= # Operation that should be performed on shutdown. management.metrics.export.signalfx.access-token= # SignalFX access token. management.metrics.export.signalfx.batch-size=10000 # Number of measurements per request to use for this backend. If more measurements are found, then multiple requests will be made. management.metrics.export.signalfx.connect-timeout=1s # Connection timeout for requests to this backend.