From d2ae17a538e70c00b238aeb0def759283c4f0373 Mon Sep 17 00:00:00 2001 From: weike6538 Date: Thu, 10 Jul 2025 15:12:26 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0=20nacos-client=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 pom.xml 文件中添加了 nacos-client 依赖 - 组ID:com.alibaba.nacos - 软件包ID:nacos-client - 版本:1.4.1 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 7e12e91..c6218f4 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,11 @@ pom import + + com.alibaba.nacos + nacos-client + 1.4.1 +