[2025-05-27] 添加新项目快速初始化教程
All checks were successful
Publish to Confluence / confluence (push) Successful in 49s

This commit is contained in:
liuxiaohua 2025-05-27 10:51:42 +08:00
parent 070acb0251
commit 9323cce6a5

View File

@ -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
```