我选的是mysql  我是这样解决的 使用 @Primary 注解标记主要的 SchedulerFactory: ```java @Bean @Primary public SchedulerFactory emailJobSchedulerFactory() { // ... } ```