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

@@ -45,6 +45,10 @@
<groupId>com.yomahub</groupId>
<artifactId>liteflow-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>liteflow-rule-sql</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>