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>