You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/quartz/QuartzAutoConfiguration.java
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -133,8 +133,8 @@ public QuartzDataSourceInitializer quartzDataSourceInitializer(DataSource dataSo
133
133
134
134
/**
135
135
* Additional configuration to ensure that {@link SchedulerFactoryBean} and
136
-
* {@link Scheduler} beans depend on the {@link QuartzDataSourceInitializer}
137
-
* bean(s).
136
+
* {@link Scheduler} beans depend on any beans that perform data source
0 commit comments