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 @@ -6306,9 +6306,10 @@ following example:
6306
6306
spring.quartz.jdbc.initialize-schema=always
6307
6307
----
6308
6308
6309
- NOTE: By default, the database is detected and initialized by using the standard scripts
6310
- provided with the Quartz library. It is also possible to provide a custom script by
6311
- setting the `spring.quartz.jdbc.schema` property.
6309
+ WARNING: By default, the database is detected and initialized by using the standard scripts
6310
+ provided with the Quartz library. These scripts drop existing tables, deleting all triggers
6311
+ on every restart. It is also possible to provide a custom script by setting the
6312
+ `spring.quartz.jdbc.schema` property.
6312
6313
6313
6314
To have Quartz use a `DataSource` other than the application's main `DataSource`, declare
6314
6315
a `DataSource` bean, annotating its `@Bean` method with `@QuartzDataSource`. Doing so
You can’t perform that action at this time.
0 commit comments