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