赞
踩
springcloud微服务客户端启动失败,报错如下:
在该模块的pom.xml文件中加上以下依赖:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
重新启动,启动成功!!!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。