Skip to content

Spring Boot 1.3.0 RC1 Configuration Changelog

Phillip Webb edited this page Jun 8, 2020 · 1 revision

Configuration properties change between 1.3.0.M5 and 1.3.0.RC1

Table 1. Deprecated keys in 1.3.0.RC1

Key

Replacement

Reason

spring.main.show-banner

spring.main.banner-mode

Table 2. New keys in 1.3.0.RC1

Key

Default value

Description

error.path

Path of the error controller.

liquibase.labels

Comma-separated list of runtime labels to use.

liquibase.parameters

Change log parameters.

logging.pattern.level

Appender pattern for log level (default %5p).

logging.register-shutdown-hook

Register a shutdown hook for the logging system when it is initialized.

management.trace.include

Items to be included in the trace.

server.error.include-stacktrace

When to include a "stacktrace" attribute.

server.error.path

/error

Path of the error controller.

server.error.whitelabel.enabled

true

Enable the default error page displayed in browsers in case of a server error.

server.session.store-dir

Directory used to store session data.

server.use-forward-headers

If X-Forwarded-* headers should be applied to the HttpRequest.

spring.data.cassandra.cluster-name

Name of the Cassandra cluster.

spring.data.cassandra.compression

Compression supported by the Cassandra binary protocol.

spring.data.cassandra.connect-timeout-millis

Socket option: connection time out.

spring.data.cassandra.consistency-level

Queries consistency level.

spring.data.cassandra.contact-points

localhost

Comma-separated list of cluster node addresses.

spring.data.cassandra.fetch-size

Queries default fetch size.

spring.data.cassandra.keyspace-name

Keyspace name to use.

spring.data.cassandra.load-balancing-policy

Class name of the load balancing policy.

spring.data.cassandra.port

Port of the Cassandra server.

spring.data.cassandra.read-timeout-millis

Socket option: read time out.

spring.data.cassandra.reconnection-policy

Reconnection policy class.

spring.data.cassandra.retry-policy

Class name of the retry policy.

spring.data.cassandra.serial-consistency-level

Queries serial consistency level.

spring.data.cassandra.ssl

false

Enable SSL support.

spring.devtools.remote.proxy.host

The host of the proxy to use to connect to the remote application.

spring.devtools.remote.proxy.port

The port of the proxy to use to connect to the remote application.

spring.hateoas.use-hal-as-default-json-media-type

true

Specify if application/hal+json responses should be sent to requests that accept application/json.

spring.jersey.application-path

Path that serves as the base URI for the application.

spring.main.banner-mode

console

Mode used to display the banner when the application runs.

spring.metrics.export.statsd.host

Host of a statsd server to receive exported metrics.

spring.metrics.export.statsd.port

8125

Port of a statsd server to receive exported metrics.

spring.metrics.export.statsd.prefix

Prefix for statsd exported metrics.

spring.mvc.throw-exception-if-no-handler-found

false

If a "NoHandlerFoundException" should be thrown if no Handler was found to process a request.

Table 3. Removed keys in 1.3.0.RC1

Key

Default value

Description

endpoints.links.enabled

true

Enable hypermedia links endpoint.

spring.hateoas.apply-to-primary-object-mapper

true

Specify if HATEOAS support should be applied to the primary ObjectMapper.

Clone this wiki locally