C/C++教程

nacos配置

本文主要是介绍nacos配置,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

nacos配置步骤:

1.  服务下载地址:https://github.com/alibaba/nacos

2. 解压: tar -xvf nacos-server-$version.tar.gz

3. 启动:cd nacos/bin

sh startup.sh -m standalone

工程配置

1. 依赖

<!-- nacos 依赖 -->

<dependency>

    <groupId>com.alibaba.boot</groupId>

    <artifactId>nacos-config-spring-boot-starter</artifactId>

    <version> 2.1.0.RELEASE</version>

</dependency>

访问:http://localhost:8848/nacos/index.html

 

 

Nacos的AP与CP切换

https://blog.csdn.net/delicious_life/article/details/106791693

 

这篇关于nacos配置的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!