1. 统一包名修改
This commit is contained in:
@@ -14,7 +14,7 @@ import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
|
||||
*/
|
||||
@AutoConfiguration
|
||||
@EnableAsync
|
||||
public class CloudAsyncAutoConfiguration {
|
||||
public class ZtAsyncAutoConfiguration {
|
||||
|
||||
@Bean
|
||||
public BeanPostProcessor threadPoolTaskExecutorBeanPostProcessor() {
|
||||
@@ -23,7 +23,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
|
||||
@EnableConfigurationProperties({XxlJobProperties.class})
|
||||
@EnableScheduling // 开启 Spring 自带的定时任务
|
||||
@Slf4j
|
||||
public class CloudXxlJobAutoConfiguration {
|
||||
public class ZtXxlJobAutoConfiguration {
|
||||
|
||||
@Bean
|
||||
@ConditionalOnMissingBean
|
||||
@@ -1,2 +1,2 @@
|
||||
com.zt.plat.framework.quartz.config.CloudXxlJobAutoConfiguration
|
||||
com.zt.plat.framework.quartz.config.CloudAsyncAutoConfiguration
|
||||
com.zt.plat.framework.quartz.config.ZtXxlJobAutoConfiguration
|
||||
com.zt.plat.framework.quartz.config.ZtAsyncAutoConfiguration
|
||||
|
||||
Reference in New Issue
Block a user