feat: 新增项目自动配置,封装 IPUtils 工具类

This commit is contained in:
2023-11-26 14:35:50 +08:00
parent c167669de0
commit 45a0169af8
6 changed files with 176 additions and 8 deletions

View File

@@ -52,6 +52,12 @@
<artifactId>spring-boot-configuration-processor</artifactId>
</dependency>
<!-- 第三方封装 Ip2region离线 IP 数据管理框架和定位库支持亿级别的数据段10 微秒级别的查询性能,提供了许多主流编程语言的 xdb 数据管理引擎的实现) -->
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-ip2region</artifactId>
</dependency>
<!-- Hutool小而全的 Java 工具类库,通过静态方法封装,降低相关 API 的学习成本,提高工作效率,使 Java 拥有函数式语言般的优雅,让 Java 语言也可以“甜甜的”) -->
<dependency>
<groupId>cn.hutool</groupId>