组织架构新增定时任务

This commit is contained in:
zhangchenbiao
2023-06-14 16:21:55 +08:00
parent 4596b69e68
commit a643859dc2
10 changed files with 132 additions and 5 deletions

View File

@@ -55,6 +55,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
</dependency>
</dependencies>
</project>