From 607f5f1b996ac64a0ab5937b0c66dbdbaf7f23f5 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 22 八月 2024 20:52:59 +0800 Subject: [PATCH] 1 --- se-gateway/pom.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/se-gateway/pom.xml b/se-gateway/pom.xml index 94a4dfa..b9e7bb8 100644 --- a/se-gateway/pom.xml +++ b/se-gateway/pom.xml @@ -2,8 +2,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>com.ruoyi</groupId> - <artifactId>ruoyi</artifactId> + <groupId>com.se</groupId> + <artifactId>se</artifactId> <version>3.6.4</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -70,10 +70,10 @@ <artifactId>kaptcha</artifactId> </dependency> - <!-- RuoYi Common Redis--> + <!-- SE Common Redis--> <dependency> - <groupId>com.ruoyi</groupId> - <artifactId>ruoyi-common-redis</artifactId> + <groupId>com.se</groupId> + <artifactId>se-common-redis</artifactId> </dependency> <!-- Swagger --> -- Gitblit v1.9.3