feat: There is no way the

This commit is contained in:
super_liu
2021-09-17 18:02:00 +08:00
parent d15b0f8ac8
commit 897cb7f885
11 changed files with 334 additions and 2 deletions
+9
View File
@@ -35,6 +35,15 @@
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
<!-- scheduled所属资源为spring-context-support -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
<!-- Feign客户端 -->
<dependency>
<groupId>org.springframework.cloud</groupId>