调整 移出ip模块

This commit is contained in:
2025-04-17 15:28:53 +08:00
parent e9eec32660
commit c49e7c7744
18 changed files with 25 additions and 3751 deletions

View File

@@ -137,6 +137,12 @@
<artifactId>easy-trans-anno</artifactId> <!-- 默认引入的原因,方便 xxx-module-api 包使用 -->
</dependency>
<!-- IP地址检索 -->
<dependency>
<groupId>org.lionsoul</groupId>
<artifactId>ip2region</artifactId>
</dependency>
<!-- Test 测试相关 -->
<dependency>
<groupId>org.springframework.boot</groupId>