The following shows the other configurations of the starter of Nacos Config:
| Configuration |
Key |
Default Value |
Description |
| Server address |
|
IP and port of the Nacos Server listener |
|
| Dataid from nacos config |
|
First take the prefix, then go to the name, and finally take spring.application.name |
|
| Dataid from nacos config |
|
First take the prefix, then go to the name, and finally take spring.application.name |
|
| Encode for nacos config content |
|
Encode for nacos config content |
|
| GROUP for nacos config |
|
|
GROUP for nacos config |
| The suffix of nacos config dataId, also the file extension of config content. |
|
|
The suffix of nacos config dataId, also the file extension of config content(now support properties or yaml(yml)) |
| Timeout for get config from nacos |
|
|
Timeout for get config from nacos |
| Endpoint |
|
Endpoint |
|
| Namespace |
|
Namespace |
|
| AccessKey |
|
Alibaba Cloud account accesskey |
|
| SecretKey |
|
Alibaba Cloud account secretkey |
|
| The context path of Nacos Server |
|
The context path of Nacos Server |
|
| Cluster name |
|
Cluster name |
|
| Dataid for Shared Configuration |
|
Dataid for Shared Configuration, split by "," |
|
| Dynamic refresh dataid for Shared Configuration |
|
Dynamic refresh dataid for Shared Configuration, split by "," |
|
| custom dataid |
|
It’s a List,build up by |
spring.cloud.nacos.config.ext-config标注已过时的话,用spring.cloud.nacos.config.extension-configs替代
















