1
0

feat(web): 增加flowable依赖

This commit is contained in:
2025-01-03 18:30:05 +08:00
parent b774806e58
commit 0aa9ec738a

View File

@@ -60,6 +60,13 @@
<version>${project.version}</version>
</dependency>
<!-- Private Dependencies -->
<dependency>
<groupId>com.lanyuanxiaoyao</groupId>
<artifactId>flowable-spring-boot-jpa-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<!-- Spring Dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>