Compare commits
2 Commits
88aa147b58
...
d839ecf1f4
Author | SHA1 | Date | |
---|---|---|---|
d839ecf1f4 | |||
abe313f849 |
26
pom.xml
26
pom.xml
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
|
@ -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
Loading…
Reference in New Issue
Block a user