refactor(core): 移动全局异常处理器到核心模块

This commit is contained in:
2024-01-18 22:34:07 +08:00
parent 6d9e8b43eb
commit ec0ebd00e4
10 changed files with 159 additions and 59 deletions

View File

@@ -55,6 +55,13 @@
<artifactId>spring-boot-configuration-processor</artifactId>
</dependency>
<!-- Swagger 注解 -->
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId>
<optional>true</optional>
</dependency>
<!-- 第三方封装 Ip2region离线 IP 数据管理框架和定位库支持亿级别的数据段10 微秒级别的查询性能,提供了许多主流编程语言的 xdb 数据管理引擎的实现) -->
<dependency>
<groupId>net.dreamlu</groupId>