From bd7459c19c3f5f20f40d224417558c34756323ab Mon Sep 17 00:00:00 2001 From: lzh Date: Sat, 29 Apr 2023 03:09:48 +0800 Subject: [PATCH] ttest --- demo-system/demo-system-biz/pom.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/demo-system/demo-system-biz/pom.xml b/demo-system/demo-system-biz/pom.xml index 4e4930e..40da328 100644 --- a/demo-system/demo-system-biz/pom.xml +++ b/demo-system/demo-system-biz/pom.xml @@ -2,7 +2,7 @@ - + org.springframework.boot spring-boot-starter-parent @@ -33,21 +33,22 @@ org.projectlombok lombok - - - - - - + + + + + + com.baomidou mybatis-plus-boot-starter 3.5.1 - - cn.hutool - hutool-all - 5.8.16 - + + + cn.hutool + hutool-all + 5.8.16 + com.github.xiaoymin knife4j-spring-boot-starter @@ -58,7 +59,6 @@ mysql mysql-connector-java 5.1.26 - runtime com.auth0