mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update tlog 1.3.4 => 1.3.5 启用 tlog 自动配置
This commit is contained in:
@ -2,7 +2,6 @@ package com.ruoyi.job.config;
|
||||
|
||||
import com.ruoyi.job.config.properties.XxlJobProperties;
|
||||
import com.xxl.job.core.executor.impl.XxlJobSpringExecutor;
|
||||
import com.yomahub.tlog.springboot.lifecircle.TLogXxljobEnhanceInit;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
||||
@ -40,9 +39,4 @@ public class XxlJobConfig {
|
||||
return xxlJobSpringExecutor;
|
||||
}
|
||||
|
||||
@Bean
|
||||
public TLogXxljobEnhanceInit tLogXxljobEnhanceInit(){
|
||||
return new TLogXxljobEnhanceInit();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user