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-translation/pom.xml |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/ruoyi-common/ruoyi-common-security/pom.xml b/hs-common/hs-common-translation/pom.xml
similarity index 74%
rename from ruoyi-common/ruoyi-common-security/pom.xml
rename to hs-common/hs-common-translation/pom.xml
index 63d8591..ae35978 100644
--- a/ruoyi-common/ruoyi-common-security/pom.xml
+++ b/hs-common/hs-common-translation/pom.xml
@@ -4,21 +4,22 @@
          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-security</artifactId>
+    <artifactId>hs-common-translation</artifactId>
 
     <description>
-        ruoyi-common-security 安全模块
+        hs-common-translation 通用翻译功能
     </description>
 
     <dependencies>
+
         <dependency>
             <groupId>com.sunsail</groupId>
-            <artifactId>ruoyi-common-satoken</artifactId>
+            <artifactId>hs-common-json</artifactId>
         </dependency>
 
     </dependencies>

--
Gitblit v1.8.0