refactor: 重命名 ruoyi 目录和文件为 hzhub

This commit is contained in:
2026-03-27 06:45:32 +00:00
parent f115a793a7
commit ff0ec6d2e3
1015 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,110 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
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>org.hzhub</groupId>
<artifactId>hzhub-modules</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-system</artifactId>
<description>
system系统模块
</description>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-core</artifactId>
</dependency>
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-doc</artifactId>
</dependency>
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-mybatis</artifactId>
</dependency>
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-translation</artifactId>
</dependency>
<!-- OSS功能模块 -->
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-oss</artifactId>
</dependency>
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-log</artifactId>
</dependency>
<!-- excel-->
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-excel</artifactId>
</dependency>
<!-- SMS功能模块 -->
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-sms</artifactId>
</dependency>
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-tenant</artifactId>
</dependency>
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-security</artifactId>
</dependency>
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-web</artifactId>
</dependency>
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-idempotent</artifactId>
</dependency>
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-sensitive</artifactId>
</dependency>
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-encrypt</artifactId>
</dependency>
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-websocket</artifactId>
</dependency>
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-sse</artifactId>
</dependency>
<dependency>
<groupId>org.hzhub</groupId>
<artifactId>hzhub-common-social</artifactId>
</dependency>
</dependencies>
</project>