mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
fix word "namespae" -> "namespace"
This commit is contained in:
parent
55b3336b6c
commit
39d6a3e1ae
@ -1,15 +1,15 @@
|
||||
|
||||
### Describe what this PR does / why we need it
|
||||
|
||||
fix words that we can read more friendly
|
||||
|
||||
### Does this pull request fix one issue?
|
||||
|
||||
no
|
||||
<!--If that, add "Fixes #xxxx" below in the next line. For example, Fixes #15. Otherwise, add "NONE" -->
|
||||
|
||||
### Describe how you did it
|
||||
|
||||
when I read wiki-document, I find it
|
||||
|
||||
### Describe how to verify it
|
||||
|
||||
By google translate
|
||||
|
||||
### Special notes for reviews
|
||||
|
@ -260,7 +260,7 @@ Nacos 内部有 https://nacos.io/zh-cn/docs/concepts.html[Namespace 的概念]:
|
||||
[quote]
|
||||
用于进行租户粒度的配置隔离。不同的命名空间下,可以存在相同的 Group 或 Data ID 的配置。Namespace 的常用场景之一是不同环境的配置的区分隔离,例如开发测试环境和生产环境的资源(如配置、服务)隔离等。
|
||||
|
||||
在没有明确指定 `${spring.cloud.nacos.config.namespace}` 配置的情况下, 默认使用的是 Nacos 上 Public 这个namespae。如果需要使用自定义的命名空间,可以通过以下配置来实现:
|
||||
在没有明确指定 `${spring.cloud.nacos.config.namespace}` 配置的情况下, 默认使用的是 Nacos 上 Public 这个namespace。如果需要使用自定义的命名空间,可以通过以下配置来实现:
|
||||
[source,properties]
|
||||
----
|
||||
spring.cloud.nacos.config.namespace=b3404bc0-d7dc-4855-b519-570ed34b62d7
|
||||
|
Loading…
x
Reference in New Issue
Block a user