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

This commit is contained in:
疯狂的狮子li
2023-03-15 18:21:25 +08:00
parent 700b441bbb
commit 9dd57179da
5 changed files with 87 additions and 29 deletions

View File

@ -90,6 +90,12 @@
<artifactId>mapstruct-plus-spring-boot-starter</artifactId>
</dependency>
<!-- 离线IP地址定位库 -->
<dependency>
<groupId>org.lionsoul</groupId>
<artifactId>ip2region</artifactId>
</dependency>
</dependencies>
</project>