windows下安装nacos

windows下安装nacos

1、下载

下载地址:https://github.com/alibaba/nacos/releases/tag/1.1.0

选择这个zip下载。

在这里插入图片描述
下载完毕后我们可以看看目录结构:

在这里插入图片描述

这里的bin目录里面有windows启动文件startup.cmd,我们双击就能启动了,和大多数windows进程类似。

启动后会有一个cmd窗口去打印命令并启动。

在这里插入图片描述

这里我们启动成功了,启动失败后窗口会一闪而过。

2、访问

访问地址:http://localhost:8848/nacos/index.html

在这里插入图片描述

用户名密码:nacos/nacos

在这里插入图片描述

参考文档:https://nacos.io/zh-cn/docs/quick-start.html

posted @ 2021-06-25 23:05  赵广陆  阅读(33)  评论(0编辑  收藏  举报