“nacos is starting with cluster” (集群方式启动nacos) 转换为“nacos is starting with standalone“ (单机方式启动nacos)

使用startup.cmd命令启动是以集群方式启动nacos,可以看见命令行中有“nacos is starting with cluster”

startup.cmd

我们可以以单机方式启动nacos,执行以下命令:

startup.cmd -m standalone

“nacos is starting with cluster” (集群方式启动nacos) 转换为“nacos is starting with standalone“ (单机方式启动nacos)_第1张图片 

启动正常,访问http://localhost:8848/nacos即可

“nacos is starting with cluster” (集群方式启动nacos) 转换为“nacos is starting with standalone“ (单机方式启动nacos)_第2张图片

你可能感兴趣的:(其他,java)