From e9e8b516331460bb1912fae534e9f6cf22c9b4a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=96=87=E8=B1=AA?= <980287353@qq.com> Date: Fri, 16 May 2025 00:04:46 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=20ip2region=20?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E9=93=BE=E6=8E=A5=E5=92=8C=20Maven?= =?UTF-8?q?=20=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- springboot-ademo/pom.xml | 4 ++-- .../main/java/com/tiesheng/util/config/Ip2regionConfig.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index ec9059f..55b6f36 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ - tiesheng-gitea + gitea https://git.tieshengkeji.com/api/packages/tieshengkeji/maven diff --git a/springboot-ademo/pom.xml b/springboot-ademo/pom.xml index a399c0e..7daaddc 100644 --- a/springboot-ademo/pom.xml +++ b/springboot-ademo/pom.xml @@ -29,8 +29,8 @@ - kepai-repo - http://git.kepai365.com/zeng_wenhao/kepai-repo/raw/master + tiesheng-repo + https://git.tieshengkeji.com/api/packages/tieshengkeji/maven diff --git a/springboot-util/src/main/java/com/tiesheng/util/config/Ip2regionConfig.java b/springboot-util/src/main/java/com/tiesheng/util/config/Ip2regionConfig.java index 33e97f1..2ad5a69 100644 --- a/springboot-util/src/main/java/com/tiesheng/util/config/Ip2regionConfig.java +++ b/springboot-util/src/main/java/com/tiesheng/util/config/Ip2regionConfig.java @@ -16,7 +16,7 @@ import javax.annotation.PostConstruct; @ConfigurationProperties(prefix = "tiesheng.ip2region") public class Ip2regionConfig { - private String dbUrl = "http://git.kepai365.com/zeng_wenhao/kepai-repo/raw/master/ipdb/ip2region.xdb"; + private String dbUrl = "https://git.tieshengkeji.com/tieshengkeji/Ip2region/raw/branch/main/ip2region.xdb"; private String dbPath = System.getProperty("user.dir") + "/runtime/ip2region/ip2region.xdb"; ///////////////////////////////////////////////////////////////////////////