安装 nacos
友情提示:安装目录不要有中文
1. nacos 介绍
https://nacos.io/zh-cn/docs/quick-start.html
2.安装jdk
http://www.mamicode.com/info-detail-2893658.html
百度网盘:链接: https://pan.baidu.com/s/1a6STrbqFt7bpiRFcE6qMyg 提取码: npq5
3.安装maven
https://blog.csdn.net/zhou_fan_xi/article/details/102896808
4.安装nacos
从 Github 上下载源码方式
git clone https://github.com/alibaba/nacos.git
cd nacos/
mvn -Prelease-nacos -Dmaven.test.skip=true clean install -U
ls -al distribution/target/
// change the $version to your actual path
cd distribution/target/nacos-server-$version/nacos/bin