Nacos 搭建

单机版:

1.git拉取项目:

   git clone https://github.com/alibaba/nacos.git cd nacos/ mvn -Prelease-nacos clean install -U

2.maven 清理安装:

    mvn -Prelease-nacos clean install -U

3.移动到nacos bin目录下:

    cd nacos/distribution/target/nacos-server-1.1.3/nacos/bin/

4.启动单机版:

    sh startup.sh -m standalone

扫描二维码关注公众号,回复: 8731384 查看本文章

发布了38 篇原创文章 · 获赞 1 · 访问量 1059

猜你喜欢

转载自blog.csdn.net/yu13843271857/article/details/99898905