Nacos编译安装

2020-08-08  本文已影响0人  林间有风

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
上一篇下一篇

猜你喜欢

热点阅读