update 重构 抽取 ruoyi-common-job 公共调度模块

This commit is contained in:
疯狂的狮子li
2023-01-31 12:01:41 +08:00
parent 2d2e06dfc0
commit a0eaa5a0f6
9 changed files with 148 additions and 13 deletions

View File

@ -24,10 +24,10 @@
<artifactId>ruoyi-common-core</artifactId>
</dependency>
<!-- xxl-job-core -->
<!-- 调度模块 -->
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-job</artifactId>
</dependency>
</dependencies>