publish 2.0.9
All checks were successful
/ local-deploy (push) Successful in 21s

This commit is contained in:
曾文豪
2025-09-28 13:26:42 +08:00
parent c1559e96be
commit cb6a51fc27
4 changed files with 34 additions and 33 deletions

View File

@@ -16,7 +16,7 @@ import javax.annotation.PostConstruct;
@ConfigurationProperties(prefix = "tiesheng.ip2region")
public class Ip2regionConfig {
private String dbUrl = "http://git.kepai365.com/tiesheng/repository/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";
///////////////////////////////////////////////////////////////////////////