启动nacos时出现“nacos is starting with cluster”问题

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

我们可以以单机方式启动nacos,执行以下命令: startup.cmd -m standalone

或者修改start.cmd启动器: set MODE="standalone"(26行)

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

猜你喜欢

转载自blog.csdn.net/qq_38618691/article/details/120178639