Nacos enable to start web server; nested exception is org.springframework.boot.web.server.WebServerE
-
把target中的jar文件解压到bin/work/Tomcat下无果
-
修改startup.sh 文件把
export MODE="cluster" 修改为
export MODE="standalone"
- 最终解决方案:
启动命令:./startup.sh -m standalone