From ba1585de34dc3486cc915936489461c0acaf06ad Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 15 十月 2021 11:31:39 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- ruoyi-common/pom.xml | 36 +++++++++++++++++++++++++----------- 1 files changed, 25 insertions(+), 11 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index aeafac8..dd9c182 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>2.4.0</version> + <version>3.2.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -57,6 +57,11 @@ <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> + </dependency> + + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel</artifactId> </dependency> <!-- yml瑙f瀽鍣� --> @@ -118,16 +123,17 @@ <dependency> <groupId>de.codecentric</groupId> - <artifactId>spring-boot-admin-starter-server</artifactId> - </dependency> - <dependency> - <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-starter-client</artifactId> </dependency> <dependency> <groupId>com.github.xiaoymin</groupId> <artifactId>knife4j-spring-boot-starter</artifactId> + </dependency> + + <dependency> + <groupId>io.swagger</groupId> + <artifactId>swagger-annotations</artifactId> </dependency> <dependency> @@ -146,17 +152,25 @@ <artifactId>redisson-spring-boot-starter</artifactId> </dependency> - <!-- dynamic-datasource 澶氭暟鎹簮--> - <dependency> - <groupId>com.baomidou</groupId> - <artifactId>dynamic-datasource-spring-boot-starter</artifactId> - </dependency> - <dependency> <groupId>com.baomidou</groupId> <artifactId>lock4j-redisson-spring-boot-starter</artifactId> </dependency> + <dependency> + <groupId>com.yomahub</groupId> + <artifactId>tlog-spring-boot-configuration</artifactId> + </dependency> + + <dependency> + <groupId>com.yomahub</groupId> + <artifactId>tlog-webroot</artifactId> + </dependency> + + <dependency> + <groupId>com.yomahub</groupId> + <artifactId>tlog-feign</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.9.3