Fix spring.quartz.jdbc.initialize-schema value

Use enum value from DataSourceInitializationMode instead of Boolean.

Closes gh-11433
This commit is contained in:
Joe Kutner 2017-12-26 16:46:23 -06:00 committed by Stephane Nicoll
parent 2430de5fe9
commit c5695c8f78
1 changed files with 1 additions and 1 deletions

View File

@ -5555,7 +5555,7 @@ following example:
[source,properties,indent=0] [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 NOTE: By default, the database is detected and initialized by using the standard scripts