更改jeecg-boot-starter3依赖

This commit is contained in:
kezhijie
2023-11-13 15:34:25 +08:00
parent 4a6c750b19
commit 098bb12b9e
16 changed files with 381 additions and 46 deletions

View File

@ -16,7 +16,7 @@
<!--引入微服务启动依赖 starter-->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-cloud</artifactId>
<artifactId>jeecg-boot-starter3-cloud</artifactId>
</dependency>
<!--system cloud api-->
<dependency>
@ -26,7 +26,7 @@
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-job</artifactId>
<artifactId>jeecg-boot-starter3-job</artifactId>
</dependency>
<!-- 引入demo模块 -->