From d27d9023e53609025f87111a7906d57700b4e1c8 Mon Sep 17 00:00:00 2001 From: WendyYang Date: Thu, 17 Aug 2023 17:39:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=93=E5=AE=B6=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=A2=9E=E5=8A=A0=E6=9D=A1=E7=BA=BF=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pmapi/pom.xml | 11 ++++++++++- pom.xml | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/pmapi/pom.xml b/pmapi/pom.xml index 3a80c2d..7cb050b 100644 --- a/pmapi/pom.xml +++ b/pmapi/pom.xml @@ -38,7 +38,10 @@ org.springframework.boot spring-boot-starter-data-redis - + + com.baomidou + mybatis-plus-extension + org.springframework.session spring-session-data-redis @@ -209,6 +212,12 @@ com.ningdatech nd-flowable-starter + + + com.baomidou + mybatis-plus-boot-starter + + diff --git a/pom.xml b/pom.xml index ef68ce9..dc86d2d 100644 --- a/pom.xml +++ b/pom.xml @@ -81,6 +81,11 @@ 1.0.0 + com.baomidou + mybatis-plus-extension + ${mybatis.plus.version} + + com.ningdatech nd-swagger2-starter 1.0.0