From bb205a5cdb82f48823ee80494ce657d2a82f5bf9 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期三, 27 十月 2021 13:42:51 +0800 Subject: [PATCH] update 注释掉原定时任务相关sql 下个版本移除 --- ruoyi-common/pom.xml | 40 +++++++++++++++++++++++++--------------- 1 files changed, 25 insertions(+), 15 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 650411f..c70a918 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.6.0</version> + <version>3.2.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -37,8 +37,8 @@ <!-- 鑷畾涔夐獙璇佹敞瑙� --> <dependency> - <groupId>javax.validation</groupId> - <artifactId>validation-api</artifactId> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-validation</artifactId> </dependency> <!--甯哥敤宸ュ叿绫� --> @@ -111,11 +111,13 @@ <artifactId>lombok</artifactId> </dependency> + <!-- @deprecated 鐢变簬浣跨敤浜烘暟杈冨皯 鍐冲畾涓� 3.4.0 鐗堟湰绉婚櫎 --> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-openfeign</artifactId> </dependency> + <!-- @deprecated 鐢变簬浣跨敤浜烘暟杈冨皯 鍐冲畾涓� 3.4.0 鐗堟湰绉婚櫎 --> <dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-okhttp</artifactId> @@ -129,6 +131,11 @@ <dependency> <groupId>com.github.xiaoymin</groupId> <artifactId>knife4j-spring-boot-starter</artifactId> + </dependency> + + <dependency> + <groupId>io.swagger</groupId> + <artifactId>swagger-annotations</artifactId> </dependency> <dependency> @@ -147,22 +154,25 @@ <artifactId>redisson-spring-boot-starter</artifactId> </dependency> - <!-- dynamic-datasource 澶氭暟鎹簮--> - <dependency> - <groupId>com.baomidou</groupId> - <artifactId>dynamic-datasource-spring-boot-starter</artifactId> - </dependency> - <!-- sql鎬ц兘鍒嗘瀽鎻掍欢 --> - <dependency> - <groupId>p6spy</groupId> - <artifactId>p6spy</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> +</project> \ No newline at end of file -- Gitblit v1.9.3