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-web/pom.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ruoyi-common/ruoyi-common-web/pom.xml b/hs-common/hs-common-web/pom.xml
similarity index 88%
rename from ruoyi-common/ruoyi-common-web/pom.xml
rename to hs-common/hs-common-web/pom.xml
index 9b4a7e5..9d3274e 100644
--- a/ruoyi-common/ruoyi-common-web/pom.xml
+++ b/hs-common/hs-common-web/pom.xml
@@ -4,26 +4,26 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common</artifactId>
+ <artifactId>hs-common</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>ruoyi-common-web</artifactId>
+ <artifactId>hs-common-web</artifactId>
<description>
- ruoyi-common-web web服务
+ hs-common-web web服务
</description>
<dependencies>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-json</artifactId>
+ <artifactId>hs-common-json</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-redis</artifactId>
+ <artifactId>hs-common-redis</artifactId>
</dependency>
<!-- SpringBoot Web容器 -->
--
Gitblit v1.8.0