报错:org.springframework.context.ApplicationContextException: Unable to start web server; nested excep

学习springCloud的时候报错

org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat

我这里的原因是因为springBootspringCloud之间是存在依赖关系的。下面是官网给出的依赖关系。

报错:org.springframework.context.ApplicationContextException: Unable to start web server; nested excep_第1张图片

 然后从新配置好这两者之间的版本就可以了/

你可能感兴趣的:(springBoot,spring,maven)