From 7ebcb4bf8af0d5ee8f6ef7bc5e091ae9fb817103 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Sun, 30 May 2021 18:20:35 +0800
Subject: [PATCH] 修复升级cloud引起的代码生成报错
---
ruoyi-modules/ruoyi-system/pom.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml
index cef3507..532260e 100644
--- a/ruoyi-modules/ruoyi-system/pom.xml
+++ b/ruoyi-modules/ruoyi-system/pom.xml
@@ -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>
--
Gitblit v1.9.3