Merge branch '2.1.x'
This commit is contained in:
commit
2de7b3af4a
|
|
@ -66,7 +66,7 @@ class QuartzDataSourceInitializerTests {
|
|||
void commentPrefixCanBeCustomized() {
|
||||
this.contextRunner.withUserConfiguration(TestConfiguration.class).withPropertyValues(
|
||||
"spring.quartz.jdbc.comment-prefix=**",
|
||||
"spring.quartz.jdbc.schema=classpath:org/springframework/boot/autoconfigure/quartz/tables_**_comments.sql")
|
||||
"spring.quartz.jdbc.schema=classpath:org/springframework/boot/autoconfigure/quartz/tables_custom_comment_prefix.sql")
|
||||
.run(this::assertThatDataSourceHasBeenInitialized);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue