From ac693f5ddb22583fda2c1f46af2dfe36ef35ef0e Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期六, 18 五月 2024 22:55:10 +0800
Subject: [PATCH] feat: 全部模块改名
---
hs-common/hs-common-websocket/.flattened-pom.xml | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/ruoyi-common/ruoyi-common-websocket/.flattened-pom.xml b/hs-common/hs-common-websocket/.flattened-pom.xml
similarity index 72%
rename from ruoyi-common/ruoyi-common-websocket/.flattened-pom.xml
rename to hs-common/hs-common-websocket/.flattened-pom.xml
index 00d44b8..34217cb 100644
--- a/ruoyi-common/ruoyi-common-websocket/.flattened-pom.xml
+++ b/hs-common/hs-common-websocket/.flattened-pom.xml
@@ -4,29 +4,29 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common</artifactId>
+ <artifactId>hs-common</artifactId>
<version>5.1.2</version>
</parent>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-websocket</artifactId>
+ <artifactId>hs-common-websocket</artifactId>
<version>5.1.2</version>
- <description>ruoyi-common-websocket 模块</description>
+ <description>hs-common-websocket 模块</description>
<dependencies>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-core</artifactId>
+ <artifactId>hs-common-core</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-redis</artifactId>
+ <artifactId>hs-common-redis</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-satoken</artifactId>
+ <artifactId>hs-common-satoken</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-json</artifactId>
+ <artifactId>hs-common-json</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
--
Gitblit v1.8.0