update 优化 构建流程参数

This commit is contained in:
疯狂的狮子Li
2025-12-18 09:44:32 +08:00
parent d68e9e27de
commit a24870cc05
3 changed files with 19 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ public class RegionUtils {
RegionUtils.ip2Region = Ip2Region.create(v4Config, v6Config);
log.debug("IP工具初始化成功加载IP地址库数据成功");
} catch (Exception e) {
throw new ServiceException("Ip2RegionHelper初始化失败,原因:{}", e.getMessage());
throw new ServiceException("RegionUtils初始化失败,原因:{}", e.getMessage());
}
}