cloud 代码示例结构调整

This commit is contained in:
zhangdaiscott
2020-11-28 11:06:59 +08:00
parent 4686398cb2
commit 3ee0cef93b
12 changed files with 99 additions and 99 deletions
@@ -29,16 +29,16 @@
</exclusion>
</exclusions>
</dependency>
<!--rabbitmq消息队列-->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-rabbitmq</artifactId>
</dependency>
<!--xxl-job定时任务-->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-job</artifactId>
</dependency>
<!--rabbitmq消息队列
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-rabbitmq</artifactId>
</dependency>-->
</dependencies>
<build>