Skip to content

Commit dee8085

Browse files
committed
Merge branch '2.0.x'
2 parents feaa3a3 + 6f07155 commit dee8085

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6306,9 +6306,10 @@ following example:
63066306
spring.quartz.jdbc.initialize-schema=always
63076307
----
63086308

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.
63126313

63136314
To have Quartz use a `DataSource` other than the application's main `DataSource`, declare
63146315
a `DataSource` bean, annotating its `@Bean` method with `@QuartzDataSource`. Doing so

0 commit comments

Comments
 (0)