From 22b020f0e528436547aea49eba5cb59b73a0a551 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期五, 21 三月 2025 10:38:25 +0800 Subject: [PATCH] yml数据库 --- business/pom.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/business/pom.xml b/business/pom.xml index ad84770..555f263 100644 --- a/business/pom.xml +++ b/business/pom.xml @@ -21,6 +21,12 @@ <artifactId>system</artifactId> </dependency> - </dependencies> + <!-- flowable --> + <dependency> + <groupId>com.ycl</groupId> + <artifactId>flowable</artifactId> + </dependency> + + </dependencies> </project> -- Gitblit v1.8.0