gewuyou 224c612525
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 2m0s
refactor(llmx-core, llmx-impl): 移除 Nacos 配置中的冗余参数- 从 llmx-core 和 llmx-impl 模块的 bootstrap-test.yml 文件中移除了 Nacos 配置的 username 和 password 参数
- 简化了 Nacos discovery 配置,仅保留 server-addr 参数
2025-05-09 10:18:15 +08:00

6 lines
134 B
YAML

spring:
cloud:
nacos:
server-addr: llmx-nacos:8848
discovery:
server-addr: ${spring.cloud.nacos.server-addr}