nacos启动报错:Unable to start embedded Tomcat。
启动nacos报错:nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat。
可能是因为默认开了集群模式,实际是单机,看启动输出nacos is starting with cluster"
改成单机启动就行。
windows系统用 startup.cmd -m standalone
linux 用sh startup.sh -m standalone