add 新增 ip2region 实现离线IP地址定位库

This commit is contained in:
疯狂的狮子li
2023-03-15 18:20:54 +08:00
parent 0e0370f532
commit 56d7023e41
5 changed files with 83 additions and 29 deletions

View File

@ -159,6 +159,12 @@
<artifactId>bcprov-jdk15to18</artifactId>
</dependency>
<!-- 离线IP地址定位库 -->
<dependency>
<groupId>org.lionsoul</groupId>
<artifactId>ip2region</artifactId>
</dependency>
</dependencies>
</project>