环境: Spring Cloud:Finchley.M8 Spring Boot:2.0.0.RELEASE 报错信息: Error creating bean with name 'com.cloud.feign.interfaces.xxxFeignClient': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalSt.PathVariable annotation wa…
Caused by: java.lang.IllegalStateException: PathVariable annotation was empty on param 1. at feign.Util.checkState(Util.java:128) ~[feign-core-9.5.0.jar:na] at org.springframework.cloud.netflix.feign.annotation.PathVariableParameterProcessor.proces…
一:编译器报错 这个地方是由于没有被spring管理,编译器报错,可以选择加上@comoponent这个注解 也可以选择不加,启动程序是不会报错的. 二 报错为空: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name . at org.springframework.beans.factory.annotation.AutowiredAnnotationBe…