1
0

feat: liteflow任务保存到数据库

This commit is contained in:
2025-09-11 00:13:09 +08:00
parent ced4cde3e3
commit efd7f5e9f2
7 changed files with 59 additions and 7 deletions

View File

@@ -68,6 +68,11 @@
<artifactId>liteflow-spring-boot-starter</artifactId>
<version>${liteflow.version}</version>
</dependency>
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>liteflow-rule-sql</artifactId>
<version>${liteflow.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>