Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Spring Boot 2.5.0 M2 Configuration Changelog

Phillip Webb edited this page Nov 13, 2024 · 1 revision

Configuration properties change between 2.5.0-M1 and 2.5.0-M2

Deprecated in 2.5.0-M2

Key

Replacement

Reason

spring.batch.initialize-schema

spring.batch.jdbc.initialize-schema

spring.batch.schema

spring.batch.jdbc.schema

spring.batch.table-prefix

spring.batch.jdbc.table-prefix

New in 2.5.0-M2

Key

Default value

Description

management.endpoints.web.discovery.enabled

true

Whether the discovery page is enabled.

spring.batch.jdbc.initialize-schema

embedded

Database schema initialization mode.

spring.batch.jdbc.schema

classpath:org/springframework/batch/core/schema-@@platform@@.sql

Path to the SQL file to use to initialize the database schema.

spring.batch.jdbc.table-prefix

Table prefix for all the batch meta-data tables.

spring.datasource.hikari.keepalive-time

spring.datasource.initialization-order

before-jpa

Removed in 2.5.0-M2

None.

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.