gitee 下载源码
https://gitee.com/mirrors/Nacos.git
// 编辑源码 打包
mvn -Prelease-nacos clean install -U -f pom.xml -Dmaven.test.skip=true
// 包位置
distribution\target\nacos-server-1.3.2\nacos 默认端口8848
// windows
cmd startup.cmd -m standalone
// linux
chmod -R 777
sh startup.sh -m standalone
网友评论