code review:访问日志、错误日志的清理 Job 实现

This commit is contained in:
YunaiV
2023-10-02 00:06:28 +08:00
parent d4417d2474
commit f8b4a08fae
14 changed files with 23 additions and 1 deletions

View File

@ -62,11 +62,11 @@
</dependency>
<!-- Job 定时任务相关 -->
<!-- TODO @j-sentinel去掉这个依赖哈 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-job</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -8,6 +8,7 @@ import lombok.extern.slf4j.Slf4j;
import javax.annotation.Resource;
// TODO @j-sentinel同 JobLogJobHandler
/**
* @Author: j-sentinel
* @Date: 2023/9/30 16:13

View File

@ -8,6 +8,7 @@ import lombok.extern.slf4j.Slf4j;
import javax.annotation.Resource;
// TODO @j-sentinel同 JobLogJobHandler
/**
* @Author: j-sentinel
* @Date: 2023/9/30 16:13