From 224c6125256ab8b81319351c538a845646300382 Mon Sep 17 00:00:00 2001 From: gewuyou Date: Fri, 9 May 2025 10:18:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor(llmx-core,=20llmx-impl):=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=20Nacos=20=E9=85=8D=E7=BD=AE=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=86=97=E4=BD=99=E5=8F=82=E6=95=B0-=20=E4=BB=8E=20llmx-core?= =?UTF-8?q?=20=E5=92=8C=20llmx-impl=20=E6=A8=A1=E5=9D=97=E7=9A=84=20bootst?= =?UTF-8?q?rap-test.yml=20=E6=96=87=E4=BB=B6=E4=B8=AD=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=BA=86=20Nacos=20=E9=85=8D=E7=BD=AE=E7=9A=84=20username=20?= =?UTF-8?q?=E5=92=8C=20password=20=E5=8F=82=E6=95=B0=20-=20=E7=AE=80?= =?UTF-8?q?=E5=8C=96=E4=BA=86=20Nacos=20discovery=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E4=BB=85=E4=BF=9D=E7=95=99=20server-addr=20=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../llmx-core-service/src/main/resources/bootstrap-test.yml | 6 +----- .../llmx-impl-bailian/src/main/resources/bootstrap-test.yml | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/llmx-core/llmx-core-service/src/main/resources/bootstrap-test.yml b/llmx-core/llmx-core-service/src/main/resources/bootstrap-test.yml index bd1a2f0..d22c560 100644 --- a/llmx-core/llmx-core-service/src/main/resources/bootstrap-test.yml +++ b/llmx-core/llmx-core-service/src/main/resources/bootstrap-test.yml @@ -1,10 +1,6 @@ spring: cloud: nacos: - username: nacos - password: L4s6f9y3 server-addr: llmx-nacos:8848 discovery: - server-addr: ${spring.cloud.nacos.server-addr} - username: ${spring.cloud.nacos.username} - password: ${spring.cloud.nacos.password} \ No newline at end of file + server-addr: ${spring.cloud.nacos.server-addr} \ No newline at end of file diff --git a/llmx-impl/llmx-impl-bailian/src/main/resources/bootstrap-test.yml b/llmx-impl/llmx-impl-bailian/src/main/resources/bootstrap-test.yml index bd1a2f0..d22c560 100644 --- a/llmx-impl/llmx-impl-bailian/src/main/resources/bootstrap-test.yml +++ b/llmx-impl/llmx-impl-bailian/src/main/resources/bootstrap-test.yml @@ -1,10 +1,6 @@ spring: cloud: nacos: - username: nacos - password: L4s6f9y3 server-addr: llmx-nacos:8848 discovery: - server-addr: ${spring.cloud.nacos.server-addr} - username: ${spring.cloud.nacos.username} - password: ${spring.cloud.nacos.password} \ No newline at end of file + server-addr: ${spring.cloud.nacos.server-addr} \ No newline at end of file