jar包替換
This commit is contained in:
@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.github.resilience4j</groupId>
|
<groupId>io.github.resilience4j</groupId>
|
||||||
<artifactId>resilience4j-circuitbreaker</artifactId>
|
<artifactId>resilience4j-annotations</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- 获取系统信息 -->
|
<!-- 获取系统信息 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -174,7 +174,7 @@
|
|||||||
<!-- Resilience4j 断路器核心 -->
|
<!-- Resilience4j 断路器核心 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.github.resilience4j</groupId>
|
<groupId>io.github.resilience4j</groupId>
|
||||||
<artifactId>resilience4j-circuitbreaker</artifactId>
|
<artifactId>resilience4j-annotations</artifactId>
|
||||||
<version>1.7.1</version>
|
<version>1.7.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user