美文网首页
Nacos编译安装

Nacos编译安装

作者: 林间有风 | 来源:发表于2020-08-08 21:00 被阅读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
    

    相关文章

      网友评论

          本文标题:Nacos编译安装

          本文链接:https://www.haomeiwen.com/subject/tithdktx.html