merge: 合并feature-ip-location分支到master

This commit is contained in:
bao
2026-01-09 09:40:39 +08:00
18 changed files with 382 additions and 1 deletions

View File

@@ -82,6 +82,13 @@
<version>3.12.0</version>
</dependency>
<!-- OkHttp用于调用API -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.12.0</version>
</dependency>
<!-- AOP起步依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>