From 9323cce6a50fbaf3c65d8e3428abc27ffb8c067c Mon Sep 17 00:00:00 2001 From: liuxiaohua Date: Tue, 27 May 2025 10:51:42 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20[2025-05-27]=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=96=B0=E9=A1=B9=E7=9B=AE=E5=BF=AB=E9=80=9F=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E6=95=99=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 文档/基础组件/20250527-新项目快速初始化教程.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/文档/基础组件/20250527-新项目快速初始化教程.md b/文档/基础组件/20250527-新项目快速初始化教程.md index 5ae5909..7a7eb95 100644 --- a/文档/基础组件/20250527-新项目快速初始化教程.md +++ b/文档/基础组件/20250527-新项目快速初始化教程.md @@ -231,7 +231,6 @@ spring: name: qifu-saas-xxx cloud: - # nacos 配置本地不需要,别的环境会使用运维版本,不需要自己维护 nacos: discovery: namespace: qifu-develop @@ -240,13 +239,6 @@ spring: password: @discovery.password@ register-enabled: false ip: ${spring.application.name} - # config: - # namespace: @config.namespace@ - # server-addr: @discovery.server-addr@ - # username: @discovery.username@ - # password: @discovery.password@ - # file-extension: yml - # config-retry-time: 30000 ```