1.Nacos下载今天,我们开始进一步探索Nacos的使用,分布式集群模式部署Nacos。
官方文档: / https://nacos.io/zh-cn/docs/what-is-nacos.html
1)下载nacos压缩包(https://github.com/alibaba/nacos/releases)
./startup.sh -m standalone
http:localhost:8848/nacos/index.html
账号:nacos 密码:nacos
./shutdown.sh
5.修改配置
1)修改端口:
在conf文件下的application.properties中修改:
server.port=8848 (默认是8848)
整个过程非常简单。下一章跟我一起开始Nacos的集群搭建。
,