From 876145dcece54cadca3f6f483b081b100fac6b46 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期日, 12 三月 2023 19:03:18 +0800 Subject: [PATCH] update 优化 去除创建租户没必要的校验 --- ruoyi-common/ruoyi-common-core/pom.xml | 42 +++++++++++------------------------------- 1 files changed, 11 insertions(+), 31 deletions(-) diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml index 8311af0..5bcc7d9 100644 --- a/ruoyi-common/ruoyi-common-core/pom.xml +++ b/ruoyi-common/ruoyi-common-core/pom.xml @@ -29,11 +29,6 @@ <artifactId>spring-web</artifactId> </dependency> - <dependency> - <groupId>com.baomidou</groupId> - <artifactId>mybatis-plus-annotation</artifactId> - </dependency> - <!-- 鑷畾涔夐獙璇佹敞瑙� --> <dependency> <groupId>org.springframework.boot</groupId> @@ -44,22 +39,6 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - </dependency> - - <!-- JSON宸ュ叿绫� --> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </dependency> - <dependency> - <groupId>com.fasterxml.jackson.datatype</groupId> - <artifactId>jackson-datatype-jsr310</artifactId> - </dependency> - - <!-- yml瑙f瀽鍣� --> - <dependency> - <groupId>org.yaml</groupId> - <artifactId>snakeyaml</artifactId> </dependency> <!-- servlet鍖� --> @@ -80,17 +59,13 @@ <dependency> <groupId>cn.hutool</groupId> - <artifactId>hutool-captcha</artifactId> - </dependency> - - <dependency> - <groupId>cn.hutool</groupId> - <artifactId>hutool-jwt</artifactId> - </dependency> - - <dependency> - <groupId>cn.hutool</groupId> <artifactId>hutool-extra</artifactId> + </dependency> + + <dependency> + <groupId>cn.hutool</groupId> + <artifactId>hutool-json</artifactId> + <scope>provided</scope> </dependency> <dependency> @@ -110,6 +85,11 @@ <scope>runtime</scope> </dependency> + <dependency> + <groupId>io.github.linpeilie</groupId> + <artifactId>mapstruct-plus-spring-boot-starter</artifactId> + </dependency> + </dependencies> </project> -- Gitblit v1.9.3