From c5695c8f785816ef3d7e2c705da14598407a0bd8 Mon Sep 17 00:00:00 2001 From: Joe Kutner Date: Tue, 26 Dec 2017 16:46:23 -0600 Subject: [PATCH] Fix spring.quartz.jdbc.initialize-schema value Use enum value from DataSourceInitializationMode instead of Boolean. Closes gh-11433 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 254e0bd756..fd51276cd4 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -5555,7 +5555,7 @@ following example: [source,properties,indent=0] ---- - spring.quartz.jdbc.initialize-schema=true + spring.quartz.jdbc.initialize-schema=always ---- NOTE: By default, the database is detected and initialized by using the standard scripts