mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-03-03 14:22:50 +08:00
MT:新增定时任务框架
This commit is contained in:
parent
9ba357b191
commit
cecdf7b3a9
@ -49,3 +49,5 @@
|
||||
|
||||
### 2021-11-04
|
||||
> 升级magic-editor到1.6.3版本
|
||||
### 2021-11-22
|
||||
> 添加定时任务quartz框架
|
||||
|
@ -52,6 +52,10 @@
|
||||
<artifactId>sa-token-spring-boot-starter</artifactId>
|
||||
<version>${sa-token.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-quartz</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
Loading…
Reference in New Issue
Block a user