0
点赞
收藏
分享

微信扫一扫

spring-cloud-alibaba(一) 安装单机版nacos

柠檬果然酸 2022-01-30 阅读 24

文章目录


1、下载

github地址:https://github.com/alibaba/Nacos
使用版本:2.0.3
下载地址:https://github.com/alibaba/nacos/releases/download/2.0.3/nacos-server-2.0.3.tar.gz

2、安装

前提是安装jdk1.8
启动服务

tar -zvxf nacos-server-2.0.3.tar.gz
cd nacos
sh bin/startup.sh -m standalone

查看是否启动成功

在这里插入图片描述
访问测试
http://172.16.10.166:8848/nacos
用户名密码是nacos/nacos
在这里插入图片描述
在这里插入图片描述
停止命令: sh bin/shutdown.sh在这里插入图片描述

举报

相关推荐

0 条评论