
SpringCloud
Rone-X
Time is Love
展开
-
解决No identifier specified for entity:错误
在SpringBoot JPA项目中启动时报错No identifier specified for entity:网上大部分人说在实体类Entity上添加@Idbut 我已经添加依然没有用啊,归其根本原因是没有导入正确的@Id的依赖包应该导入import javax.persistence.*;正确的而不是导入这个import org.springframework.data.an...原创 2019-11-28 16:44:01 · 834 阅读 · 0 评论 -
解决SpringCloudGateway Unable to find RoutePredicateFactory with name RewritePath 异常
想要重写访问路径时报错Unable to find RoutePredicateFactory with name RewritePath这时因为你重写路径时并没有启动filter上面为错误示例,既然想重写路由,应该在Filter中添加RewritePath正确的姿势为 #配置SpringCloud Gateway的路由 cloud: gateway: route...原创 2019-11-28 12:49:00 · 3891 阅读 · 0 评论 -
Load balancer does not have available server for client:xxxx
Load balancer does not have available server for client:eureka-producerSpring Cloud 报错首先确保这个服务client在注册中心有没有这里我的eureka-producer是存在的,但是为森么Eureka-Produce-Feign找不到呢?我们再去看服务Eureka-Produce-Feign指定的服务提供...原创 2019-11-21 17:32:00 · 26846 阅读 · 0 评论