update tlog 1.3.4 => 1.3.5 启用 tlog 自动配置

This commit is contained in:
疯狂的狮子li
2021-12-06 14:36:38 +08:00
parent a39a98cda9
commit 8f8e796c77
7 changed files with 18 additions and 70 deletions

View File

@ -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();
}
}
}