1
0

feat(all): 增加简单的任务管理

This commit is contained in:
2025-08-30 22:20:16 +08:00
parent 877f460c26
commit 334840c784
10 changed files with 98 additions and 138 deletions

View File

@@ -25,6 +25,7 @@
<eclipse-collections.version>13.0.0</eclipse-collections.version>
<hutool.version>5.8.39</hutool.version>
<liteflow.version>2.13.2</liteflow.version>
</properties>
<dependencies>
@@ -54,6 +55,12 @@
<version>${hutool.version}</version>
</dependency>
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>liteflow-spring-boot-starter</artifactId>
<version>${liteflow.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>