|
|
|
@ -34,12 +34,6 @@
|
|
|
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
|
|
|
<artifactId>jeecg-system-local-api</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- DEMO 示例模块 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
|
|
|
<artifactId>jeecg-boot-module-demo</artifactId>
|
|
|
|
|
<version>2.4.6</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- jeewx api -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jeecgframework</groupId>
|
|
|
|
@ -63,6 +57,14 @@
|
|
|
|
|
<version>1.3.78</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- DEMO 示例模块【微服务启动请注释掉】 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
|
|
|
<artifactId>jeecg-boot-module-demo</artifactId>
|
|
|
|
|
<version>2.4.6</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|