
我使用feignclient调用 带ResponseBody的注解就会报错,一直到现在都不知道怎么解决
使用的是
Maven: org.springframework.cloud:spring-cloud-openfeign-core:2.0.1.RELEASE
希望可以解决

我使用feignclient调用 带ResponseBody的注解就会报错,一直到现在都不知道怎么解决
使用的是
Maven: org.springframework.cloud:spring-cloud-openfeign-core:2.0.1.RELEASE
希望可以解决
你openfeign接口怎么写的,我看看