Compare commits

...

2 Commits

Author SHA1 Message Date
d839ecf1f4 首次提交 2024-11-19 13:30:11 +08:00
abe313f849 首次提交 2024-11-19 11:32:28 +08:00
575 changed files with 33 additions and 33 deletions

View File

26
pom.xml
View File

@ -5,10 +5,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ruoyi</groupId>
<artifactId>eride</artifactId>
<artifactId>share-space</artifactId>
<version>3.8.8</version>
<name>eride</name>
<name>share-space</name>
<url>http://www.ruoyi.vip</url>
<description>若依管理系统</description>
@ -166,35 +166,35 @@
<!-- 定时任务-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>eride-quartz</artifactId>
<artifactId>share-space-quartz</artifactId>
<version>${ruoyi.version}</version>
</dependency>
<!-- 代码生成-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>eride-generator</artifactId>
<artifactId>share-space-generator</artifactId>
<version>${ruoyi.version}</version>
</dependency>
<!-- 核心模块-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>eride-framework</artifactId>
<artifactId>share-space-framework</artifactId>
<version>${ruoyi.version}</version>
</dependency>
<!-- 系统模块-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>eride-system</artifactId>
<artifactId>share-space-system</artifactId>
<version>${ruoyi.version}</version>
</dependency>
<!-- 通用工具-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>eride-common</artifactId>
<artifactId>share-space-common</artifactId>
<version>${ruoyi.version}</version>
</dependency>
@ -202,12 +202,12 @@
</dependencyManagement>
<modules>
<module>eride-admin</module>
<module>eride-framework</module>
<module>eride-system</module>
<module>eride-quartz</module>
<module>eride-generator</module>
<module>eride-common</module>
<module>share-space-admin</module>
<module>share-space-framework</module>
<module>share-space-system</module>
<module>share-space-quartz</module>
<module>share-space-generator</module>
<module>share-space-common</module>
</modules>
<packaging>pom</packaging>

View File

@ -3,13 +3,13 @@
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>
<artifactId>eride</artifactId>
<artifactId>share-space</artifactId>
<groupId>com.ruoyi</groupId>
<version>3.8.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>eride-admin</artifactId>
<artifactId>share-space-admin</artifactId>
<description>
web服务入口
@ -46,19 +46,19 @@
<!-- 核心模块-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>eride-framework</artifactId>
<artifactId>share-space-framework</artifactId>
</dependency>
<!-- 定时任务-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>eride-quartz</artifactId>
<artifactId>share-space-quartz</artifactId>
</dependency>
<!-- 代码生成-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>eride-generator</artifactId>
<artifactId>share-space-generator</artifactId>
</dependency>
</dependencies>

View File

@ -3,13 +3,13 @@
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>
<artifactId>eride</artifactId>
<artifactId>share-space</artifactId>
<groupId>com.ruoyi</groupId>
<version>3.8.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>eride-common</artifactId>
<artifactId>share-space-common</artifactId>
<description>
common通用工具

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