Add spring cloud resilience4j dependency

This commit is contained in:
hongqiaowei
2021-11-05 10:07:48 +08:00
parent 39f7318063
commit b189210208
4 changed files with 89 additions and 3 deletions

View File

@@ -63,11 +63,11 @@
<version>${project.version}</version>
</dependency> -->
<!--<dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-circuitbreaker</artifactId>
<artifactId>spring-cloud-starter-circuitbreaker-reactor-resilience4j</artifactId>
<version>1.0.6.RELEASE</version>
</dependency>-->
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-context</artifactId>