nacos Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerE
问题:nacos Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerE 解决 :set MODE="cluster" 改为set MODE="standalone"
步骤1:
步骤2:对应的不同系统打开文件,windows startup.cmd ,linux startup.sh
步骤3:set MODE="cluster" 改为set M...


