Polish "Group jdbc-related batch properties beneath spring.batch.jdbc"

See gh-25316
This commit is contained in:
Stephane Nicoll
2021-02-17 11:21:53 +01:00
parent d093807f95
commit 9bc4f8ede1
9 changed files with 104 additions and 93 deletions

View File

@@ -2087,10 +2087,11 @@ You can also enable it for any database type, as shown in the following example:
----
spring:
batch:
initialize-schema: "always"
jdbc:
initialize-schema: "always"
----
You can also switch off the initialization explicitly by setting `spring.batch.initialize-schema` to `never`.
You can also switch off the initialization explicitly by setting `spring.batch.jdbc.initialize-schema` to `never`.