fix:【framework 全局】GlobalExceptionHandler 处理 guava UncheckedExecutionException 异常,https://t.zsxq.com/UszdH

This commit is contained in:
YunaiV
2025-08-03 19:39:33 +08:00
parent 9502fef140
commit a277987139
3 changed files with 31 additions and 1 deletions

View File

@@ -61,7 +61,13 @@
<optional>true</optional>
</dependency>
<!-- xss -->
<!-- 工具类相关 -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<scope>provided</scope> <!-- 设置为 provided只有工具类需要使用到 -->
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>