Nacos启动时报错
当项目中用到Nacos,启动时控制台显示 localhost:8848,no available server;
在nacos文件下找到 startup.cmd打开,将 set MODE="standalone" 设置为单机模式,
然后双击startup.cmd,访问http://localhost:8848/nacos/index.html
当项目中用到Nacos,启动时控制台显示 localhost:8848,no available server;
在nacos文件下找到 startup.cmd打开,将 set MODE="standalone" 设置为单机模式,
然后双击startup.cmd,访问http://localhost:8848/nacos/index.html