跳至主要內容
SpringCloud管理配置页面

1、配置中心管理服务

1、配置 ID:Data ID

image-20201214121332594
image-20201214121332594
Nacos Spring Cloud 中,dataId 的完整格式如下:${prefix}-${spring.profile.active}.${file-extension}

郑天祺大约 1 分钟springSpringCloud配置中心
Nacos配置中心使用

一、启动Nacos Server

1、启动方式可见 Nacos 官网

2、在配置列表里配置自己的配置,按照规范填写各项。

user.name=zhengtianqi
user.password=123456

郑天祺大约 3 分钟springNacos配置中心SpringCloud