1. 统一包名修改

This commit is contained in:
chenbowen
2025-09-22 14:53:45 +08:00
parent 0d46897482
commit 386d47fde1
692 changed files with 2132 additions and 2132 deletions

View File

@@ -14,7 +14,7 @@ import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
*/
@AutoConfiguration
@EnableAsync
public class CloudAsyncAutoConfiguration {
public class ZtAsyncAutoConfiguration {
@Bean
public BeanPostProcessor threadPoolTaskExecutorBeanPostProcessor() {

View File

@@ -23,7 +23,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@EnableConfigurationProperties({XxlJobProperties.class})
@EnableScheduling // 开启 Spring 自带的定时任务
@Slf4j
public class CloudXxlJobAutoConfiguration {
public class ZtXxlJobAutoConfiguration {
@Bean
@ConditionalOnMissingBean

View File

@@ -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