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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue