今天在使用OpenFeign远程调用其他消费者时,出现了下面这个错误
Could not resolve element type of Iterable type @org.springframework.web.bind.annotation.RequestPa
下面是我们服务调用方的接口方法声明
错误的提示: 对这个泛型并没有具体的定义
修改之后我们重新启动服务,可以看到启动成功!
今天在使用OpenFeign远程调用其他消费者时,出现了下面这个错误
Could not resolve element type of Iterable type @org.springframework.web.bind.annotation.RequestPa
下面是我们服务调用方的接口方法声明
错误的提示: 对这个泛型并没有具体的定义
修改之后我们重新启动服务,可以看到启动成功!