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

@ -57,6 +57,11 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!-- mybatis-startermybatis + mybatis-spring + hikaridefault -->
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
@ -73,10 +78,10 @@
<artifactId>spring-boot-admin-starter-client</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>