ruoyi-admin位置移动

This commit is contained in:
lizhengwei 2026-03-25 17:34:02 +08:00
parent 83a066476f
commit 69a1bdcb2b
222 changed files with 195 additions and 173 deletions

View File

@ -10,7 +10,6 @@
<modules>
<module>ruoyi-api-bom</module>
<module>ruoyi-api-system</module>
</modules>
<artifactId>ruoyi-api</artifactId>

View File

@ -23,7 +23,7 @@
<!-- 系统接口 -->
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-api-system</artifactId>
<artifactId>ruoyi-md-system-api</artifactId>
<version>${revision}</version>
</dependency>

View File

@ -14,7 +14,7 @@
<!-- <module>ruoyi-demo</module>-->
<module>ruoyi-generator</module>
<module>ruoyi-job</module>
<module>ruoyi-system</module>
<module>ruoyi-md-system</module>
<module>ruoyi-system-saas</module>
<module>ruoyi-workflow</module>
<module>ruoyi-md-form</module>

View File

@ -0,0 +1,23 @@
<?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.dromara</groupId>
<artifactId>ruoyi-modules</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-md-system</artifactId>
<packaging>pom</packaging>
<description>
系统模块
</description>
<modules>
<module>ruoyi-md-system-api</module>
<module>ruoyi-md-system-service</module>
</modules>
</project>

View File

@ -4,17 +4,17 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-api</artifactId>
<artifactId>ruoyi-md-system</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-api-system</artifactId>
<artifactId>ruoyi-md-system-api</artifactId>
<version>${revision}</version>
<packaging>jar</packaging>
<description>
ruoyi-api-system系统接口模块 TODO 记得改名 ruoyi-api-system-saas
ruoyi-api-system系统接口模块
</description>
<dependencies>

View File

@ -4,12 +4,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-modules</artifactId>
<artifactId>ruoyi-md-system</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-system</artifactId>
<artifactId>ruoyi-md-system-service</artifactId>
<description>
system系统模块

Some files were not shown because too many files have changed in this diff Show More