|
@@ -6,20 +6,6 @@
|
|
|
<packaging>pom</packaging>
|
|
|
<name>JEECG BOOT ${project.version}</name>
|
|
|
|
|
|
- <developers>
|
|
|
- <developer>
|
|
|
- <name>北京国炬信息技术有限公司</name>
|
|
|
- <email>jeecgos@163.com</email>
|
|
|
- <url>http://www.guojusoft.com</url>
|
|
|
- </developer>
|
|
|
- </developers>
|
|
|
-
|
|
|
- <scm>
|
|
|
- <connection>http://www.jeecg.com</connection>
|
|
|
- <developerConnection>http://guojusoft.com</developerConnection>
|
|
|
- <url>http://www.jeecg.com/vip</url>
|
|
|
- </scm>
|
|
|
-
|
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
@@ -84,6 +70,7 @@
|
|
|
<modules>
|
|
|
<module>jeecg-boot-base-core</module>
|
|
|
<module>jeecg-module-demo</module>
|
|
|
+ <module>jeecg-module-business</module>
|
|
|
<module>jeecg-module-system</module>
|
|
|
</modules>
|
|
|
|