Nacos_01|nacos-注册中心启动&使用

Posted 接引之书

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nacos_01|nacos-注册中心启动&使用相关的知识,希望对你有一定的参考价值。


接引之书JieYinzhishu 第655页



启动Nacos


Nacos_01|nacos-注册中心启动&使用




Nacos_01|nacos-注册中心启动&使用



这是登录nacos进来的界面,里面的两数据是项目里面的:提供者&消费者


Nacos_01|nacos-注册中心启动&使用



通过这Nacos注册中心,就可以实现服务注册与发现功能


Nacos_01|nacos-注册中心启动&使用



Nacos , 也可在里面添加内容而不必重启服务器 , 不过要在提供者提供功能方法上加上@RefreshScope这注解;


Nacos_01|nacos-注册中心启动&使用

Nacos_01|nacos-注册中心启动&使用

Nacos_01|nacos-注册中心启动&使用

Nacos_01|nacos-注册中心启动&使用

Nacos_01|nacos-注册中心启动&使用

Nacos_01|nacos-注册中心启动&使用



这是测试后提供者的值


Nacos_01|nacos-注册中心启动&使用



提供者的值变了之后,消费者的,也跟着改变


Nacos_01|nacos-注册中心启动&使用



也可以设置不同的环境


Nacos_01|nacos-注册中心启动&使用

Nacos_01|nacos-注册中心启动&使用

Nacos_01|nacos-注册中心启动&使用

Nacos_01|nacos-注册中心启动&使用



克隆环境下的数据


Nacos_01|nacos-注册中心启动&使用

Nacos_01|nacos-注册中心启动&使用

Nacos_01|nacos-注册中心启动&使用

Nacos_01|nacos-注册中心启动&使用



名称空间切换环境

默认的空间是public , 那么想切换环境 , 那该怎么办?
在提供者配置文件中修改(初始化优先的)配置:
spring.cloud.nacos.config.namespace=xxxxx


Nacos_01|nacos-注册中心启动&使用


执行成功


Nacos_01|nacos-注册中心启动&使用

Nacos_01|nacos-注册中心启动&使用



加载多个配置文件


Nacos_01|nacos-注册中心启动&使用

Nacos_01|nacos-注册中心启动&使用

Nacos_01|nacos-注册中心启动&使用



目录大纲 Directory outline

以上是关于Nacos_01|nacos-注册中心启动&使用的主要内容,如果未能解决你的问题,请参考以下文章

SpringCloud学习笔记-p2(Nacos注册中心&Nacos配置管理)

九:Alibaba Nacos注册中心源码剖析

Naco.01.组件之服务注册与发现

分布式架构之Nacos注册&配置中心搭建

《微服务》nacos技术分享

nacos原理