nacos启动报org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat错误
在启动Nacos的时候报tomcat启动错误
因为nacos是默认的集群模式所以我们在startup.cmd里面第28行改成单机模式就好了