|
@@ -4,13 +4,13 @@
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
- <groupId>com.ruoyi</groupId>
|
|
|
- <artifactId>ruoyi</artifactId>
|
|
|
+ <groupId>com.huashe</groupId>
|
|
|
+ <artifactId>ems-application</artifactId>
|
|
|
<version>3.8.7</version>
|
|
|
|
|
|
- <name>ruoyi</name>
|
|
|
- <url>http://www.ruoyi.vip</url>
|
|
|
- <description>若依管理系统</description>
|
|
|
+ <name>ems-application</name>
|
|
|
+
|
|
|
+ <description>能源管理系统-应用版</description>
|
|
|
|
|
|
<properties>
|
|
|
<ruoyi.version>3.8.7</ruoyi.version>
|
|
@@ -139,42 +139,42 @@
|
|
|
|
|
|
<!-- 定时任务-->
|
|
|
<dependency>
|
|
|
- <groupId>com.ruoyi</groupId>
|
|
|
+ <groupId>com.huashe</groupId>
|
|
|
<artifactId>ruoyi-quartz</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 代码生成-->
|
|
|
<dependency>
|
|
|
- <groupId>com.ruoyi</groupId>
|
|
|
+ <groupId>com.huashe</groupId>
|
|
|
<artifactId>ruoyi-generator</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 核心模块-->
|
|
|
<dependency>
|
|
|
- <groupId>com.ruoyi</groupId>
|
|
|
+ <groupId>com.huashe</groupId>
|
|
|
<artifactId>ruoyi-framework</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 系统模块-->
|
|
|
<dependency>
|
|
|
- <groupId>com.ruoyi</groupId>
|
|
|
+ <groupId>com.huashe</groupId>
|
|
|
<artifactId>ruoyi-system</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 系统模块-->
|
|
|
<dependency>
|
|
|
- <groupId>com.ruoyi</groupId>
|
|
|
- <artifactId>nrg-server</artifactId>
|
|
|
+ <groupId>com.huashe</groupId>
|
|
|
+ <artifactId>ems-server</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 通用工具-->
|
|
|
<dependency>
|
|
|
- <groupId>com.ruoyi</groupId>
|
|
|
+ <groupId>com.huashe</groupId>
|
|
|
<artifactId>ruoyi-common</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
@@ -186,7 +186,7 @@
|
|
|
<module>ruoyi-admin</module>
|
|
|
<module>ruoyi-framework</module>
|
|
|
<module>ruoyi-system</module>
|
|
|
- <module>nrg-server</module>
|
|
|
+ <module>ems-server</module>
|
|
|
<module>ruoyi-quartz</module>
|
|
|
<module>ruoyi-generator</module>
|
|
|
<module>ruoyi-common</module>
|