代码拉取完成,页面将自动刷新
Dubbo 外部化配置
SpringCloud Alibaba Dubbo 无可厚非同样支持 Nacos 配置中心
一、Start Quickly
* 步骤1:POM.xml
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>
* 步骤2:bootstrap.properties / bootstrap.yml
spring.application.name=dubbo-consumer-config
spring.cloud.nacos.config.server-addr=112.126.96.120:8848
spring.cloud.nacos.config.file-extension=yaml
二、提示
1、你可以使用 spring.cloud.nacos.config.refresh.enabled=false 来关闭动态刷新
2、Spring Boot 配置文件的加载顺序,依次为
bootstrap.properties -> bootstrap.yml ->
application.properties -> application.yml ,
其中 bootstrap.properties 配置为最高优先级
三、功能扩展
@RefreshScore:刷新@Value值
四、Nacos Config 多环境的配置
步骤1:在全局配置文件中添加字段,并把配置文件名称变更为bootstrap-prod.properties
spring.profiles.active=prod
步骤2:在 Nacos 的配置这种添加 nacos-config-prod.properties 配置
步骤3:在 NacosConfigApp 右键点击 Edit Configurations,在 Action profiles 中添加 prod
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。