mirror of https://github.com/jeecgboot/jeecg-boot
JeecgBoot 2.4.6版本发布
parent
87f17b9fc5
commit
8f780e180e
|
@ -34,12 +34,6 @@
|
||||||
<groupId>org.jeecgframework.boot</groupId>
|
<groupId>org.jeecgframework.boot</groupId>
|
||||||
<artifactId>jeecg-system-local-api</artifactId>
|
<artifactId>jeecg-system-local-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- DEMO 示例模块 -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jeecgframework.boot</groupId>
|
|
||||||
<artifactId>jeecg-boot-module-demo</artifactId>
|
|
||||||
<version>2.4.6</version>
|
|
||||||
</dependency>
|
|
||||||
<!-- jeewx api -->
|
<!-- jeewx api -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jeecgframework</groupId>
|
<groupId>org.jeecgframework</groupId>
|
||||||
|
@ -63,6 +57,14 @@
|
||||||
<version>1.3.78</version>
|
<version>1.3.78</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- DEMO 示例模块【微服务启动请注释掉】 -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jeecgframework.boot</groupId>
|
||||||
|
<artifactId>jeecg-boot-module-demo</artifactId>
|
||||||
|
<version>2.4.6</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
Loading…
Reference in New Issue