dev #2

Merged
dashixiong merged 349 commits from dev into main 2026-02-11 01:55:46 +00:00
185 changed files with 16605 additions and 934 deletions
Showing only changes of commit 41af74b33a - Show all commits

View File

@ -62,7 +62,7 @@
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-circuitbreaker</artifactId>
<artifactId>resilience4j-annotations</artifactId>
</dependency>
<!-- 获取系统信息 -->
<dependency>

View File

@ -174,7 +174,7 @@
<!-- Resilience4j 断路器核心 -->
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-circuitbreaker</artifactId>
<artifactId>resilience4j-annotations</artifactId>
<version>1.7.1</version>
</dependency>
<dependency>