默认禁用 resilience4j 依赖,保证启动速度

This commit is contained in:
YunaiV
2023-09-16 12:01:49 +08:00
parent 1f327ef8ca
commit 08d39d4593
3 changed files with 9 additions and 14 deletions

View File

@ -31,6 +31,7 @@
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-spring-boot2</artifactId>
<optional>true</optional>
</dependency>
</dependencies>