赞
踩
自己搭了一个springCloud项目,配置启动成功,但是client死活启动不了,排查了一圈,少了一个依赖
将:
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- <version>2.1.2.RELEASE</version>
- </dependency>
加进依赖就好,version 用自己的,确保springCloud和springBoot版本不冲突
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。