From 706df999e8cbd51272ef9e310fc4f113ef3ecab3 Mon Sep 17 00:00:00 2001 From: yxt_djz Date: Thu, 9 Feb 2023 11:51:15 +0800 Subject: [PATCH] =?UTF-8?q?flowable=E5=90=8E=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supervise-flowable-biz/pom.xml | 134 ++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 yxt_supervise/supervise-flowable/supervise-flowable-biz/pom.xml diff --git a/yxt_supervise/supervise-flowable/supervise-flowable-biz/pom.xml b/yxt_supervise/supervise-flowable/supervise-flowable-biz/pom.xml new file mode 100644 index 00000000..ce7f2c2a --- /dev/null +++ b/yxt_supervise/supervise-flowable/supervise-flowable-biz/pom.xml @@ -0,0 +1,134 @@ + + + + supervise-flowable + com.yxt.supervise + 0.0.1 + + 4.0.0 + + supervise-flowable-biz + + + + com.yxt.supervise + supervise-flowable-api + 0.0.1 + + + com.alibaba.cloud + spring-cloud-starter-alibaba-nacos-discovery + + + org.flowable + flowable-engine + compile + + + mybatis + org.mybatis + + + + + org.flowable + flowable-spring-boot-starter-basic + + + + org.flowable + flowable-ui-modeler-rest + 6.5.0 + + + mybatis + org.mybatis + + + + + + mysql + mysql-connector-java + runtime + + + + javax.servlet + javax.servlet-api + 4.0.1 + compile + + + com.github.xiaoymin + knife4j-spring-boot-starter + + + + p6spy + p6spy + 3.8.2 + + + junit + junit + compile + + + + com.baomidou + mybatis-plus-boot-starter + + + com.baomidou + mybatis-plus-annotation + + + org.springframework.kafka + spring-kafka + + + com.yxt.supervise + supervise-system-api + 0.0.1-SNAPSHOT + compile + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.5.6 + + + + repackage + + + + + + + + src/main/java + + **/*Mapper.xml + + + + src/main/resources + + **/*.* + + false + + + + + \ No newline at end of file