Commit a53a3e57 authored by JiangSN's avatar JiangSN

接口模块改为业务模块

parent d2a46927
......@@ -9,8 +9,8 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>eladmin-interface</artifactId>
<name>接口模块</name>
<artifactId>eladmin-business</artifactId>
<name>业务模块</name>
<dependencies>
<!--<dependency>
......
......@@ -22,7 +22,7 @@
<!--业务模块-->
<dependency>
<groupId>me.zhengjie</groupId>
<artifactId>eladmin-interface</artifactId>
<artifactId>eladmin-business</artifactId>
<version>2.6</version>
</dependency>
<!-- 代码生成模块 -->
......
......@@ -15,7 +15,7 @@
<module>eladmin-system</module>
<module>eladmin-tools</module>
<module>eladmin-generator</module>
<module>eladmin-interface</module>
<module>eladmin-business</module>
</modules>
<name>EL-ADMIN 后台管理</name>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment