File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
spring-boot-project/spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5999,9 +5999,10 @@ following example:
5999
5999
spring.quartz.jdbc.initialize-schema=always
6000
6000
----
6001
6001
6002
- NOTE: By default, the database is detected and initialized by using the standard scripts
6003
- provided with the Quartz library. It is also possible to provide a custom script by
6004
- setting the `spring.quartz.jdbc.schema` property.
6002
+ WARNING: By default, the database is detected and initialized by using the standard scripts
6003
+ provided with the Quartz library. These scripts drop existing tables, deleting all triggers
6004
+ on every restart. It is also possible to provide a custom script by setting the
6005
+ `spring.quartz.jdbc.schema` property.
6005
6006
6006
6007
To have Quartz use a `DataSource` other than the application's main `DataSource`, declare
6007
6008
a `DataSource` bean, annotating its `@Bean` method with `@QuartzDataSource`. Doing so
You can’t perform that action at this time.
0 commit comments