nacos windows安装部署

https://nacos.io/zh-cn/

https://github.com/alibaba/nacos

https://github.com/alibaba/nacos/releases

========================================================================================

文档

https://github.com/alibaba/spring-cloud-alibaba/wiki/Nacos-discovery

下载与你使用的Spring Cloud Alibaba 对应的Nacos版本

解压文件,进入E:SpringCloud acos-server-1.4.2 acosin下的startup.cmd编辑

设置模式:standalone (单机)   cluster (集群)

 默认  

set MODE="cluster"

修改成

set MODE="standalone"

E:SpringCloud acos-server-1.4.2 acosconf 下的 application.properties 配置 目录、端口、数据源(mysql)、连接数、连接超时等

没有配置数据源默认保存在内存中

启动  双击 E:SpringCloud acos-server-1.4.2 acosin下的startup.cmd

http://localhost:8848/nacos

 用户名:nacos   密码:nacos

原文地址:https://www.cnblogs.com/mingforyou/p/15368370.html