默认禁用 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

@ -55,13 +55,6 @@
<version>${revision}</version>
</dependency>
<!-- 服务保障相关 -->
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-ratelimiter</artifactId>
<scope>provided</scope> <!-- 设置为 provided主要是 GlobalExceptionHandler 使用 -->
</dependency>
<!-- xss -->
<dependency>
<groupId>org.jsoup</groupId>