1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

Merge pull request #862 from zhaoyuguang/zhaoyuguang/dev_1

fix docs typo
This commit is contained in:
format 2019-08-20 15:57:02 +08:00 committed by GitHub
commit 30011ae302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ user name :nacos-config-properties; age: 90
Nacos Config supports yaml format as well. You only need to complete the following 2 steps. Nacos Config supports yaml format as well. You only need to complete the following 2 steps.
1. In the bootstrap.properties file, add the following line to claim that the format of DataId is yaml. As follows: 1In the bootstrap.properties file, add the following line to claim that the format of DataId is yaml. As follows:
.bootstrap.properties .bootstrap.properties
[source,yaml] [source,yaml]
@ -108,7 +108,7 @@ Nacos Config supports yaml format as well. You only need to complete the followi
spring.cloud.nacos.config.file-extension=yaml spring.cloud.nacos.config.file-extension=yaml
---- ----
2. Add a configuration with the DataId in yaml format on the Nacos console, as shown below: 2Add a configuration with the DataId in yaml format on the Nacos console, as shown below:
[source,subs="normal"] [source,subs="normal"]
---- ----