From 8b5acaf341fc6dafc3e0a85ecdbcc00a972ebff6 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Thu, 12 Jan 2023 11:44:49 +0800
Subject: [PATCH] 升级spring-cloud相关组件到最新版
---
ruoyi-modules/ruoyi-system/pom.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml
index c3f52d0..6f9451d 100644
--- a/ruoyi-modules/ruoyi-system/pom.xml
+++ b/ruoyi-modules/ruoyi-system/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-modules</artifactId>
- <version>2.4.0</version>
+ <version>3.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -17,19 +17,19 @@
<dependencies>
- <!-- SpringCloud Ailibaba Nacos -->
+ <!-- SpringCloud Alibaba Nacos -->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency>
- <!-- SpringCloud Ailibaba Nacos Config -->
+ <!-- SpringCloud Alibaba Nacos Config -->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>
- <!-- SpringCloud Ailibaba Sentinel -->
+ <!-- SpringCloud Alibaba Sentinel -->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
@@ -41,7 +41,7 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
- <!-- Swagger -->
+ <!-- Swagger UI -->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
--
Gitblit v1.9.3