"nacos is starting with cluster" (starting nacos in cluster mode) is converted to "nacos is starting with standalone" (starting nacos in stand-alone mode)

Using the startup.cmd command to start nacos in cluster mode, you can see "nacos is starting with cluster" in the command line

startup.cmd

We can start nacos in stand-alone mode and execute the following command:

startup.cmd -m standalone

 

It starts normally, just visit http://localhost:8848/nacos

Guess you like

Origin blog.csdn.net/qq_56444564/article/details/135008035