Could not resolve element type of Iterable type xxxxx.RequestParam java.util.List<?>. Not declared?

简介: Could not resolve element type of Iterable type xxxxx.RequestParam java.util.List<?>. Not declared?

今天在使用OpenFeign远程调用其他消费者时,出现了下面这个错误

Could not resolve element type of Iterable type @org.springframework.web.bind.annotation.RequestPa

下面是我们服务调用方的接口方法声明

c9fc0b04db7243a193393bcd2759db06.png错误的提示: 对这个泛型并没有具体的定义

修改之后我们重新启动服务,可以看到启动成功!


bd9a5aa907554e76946919b8ab1a2609.png

相关文章
|
2月前
|
SQL JSON JavaScript
JavaWeb基础9——VUE,Element&整合Javaweb的商品管理系统
Vue 指令、生命周期、this和$、vue脚手架进行模块化开发/ElementUI框架、综合案例,element商品列表展示增删改查
JavaWeb基础9——VUE,Element&整合Javaweb的商品管理系统
java.lang.Error: Unresolved compilation problem: The type List is not generic; it cannot be parame
java.lang.Error: Unresolved compilation problem: The type List is not generic; it cannot be parame
|
4月前
|
SQL XML JavaScript
【若依Java】15分钟玩转若依二次开发,新手小白半小时实现前后端分离项目,springboot+vue3+Element Plus+vite实现Java项目和管理后台网站功能
摘要: 本文档详细介绍了如何使用若依框架快速搭建一个基于SpringBoot和Vue3的前后端分离的Java管理后台。教程涵盖了技术点、准备工作、启动项目、自动生成代码、数据库配置、菜单管理、代码下载和导入、自定义主题样式、代码生成、启动Vue3项目、修改代码、以及对代码进行自定义和扩展,例如单表和主子表的代码生成、树形表的实现、商品列表和分类列表的改造等。整个过程详细地指导了如何从下载项目到配置数据库,再到生成Java和Vue3代码,最后实现前后端的运行和功能定制。此外,还提供了关于软件安装、环境变量配置和代码自动生成的注意事项。
2623 3
|
6月前
|
JavaScript
Vue报错 Invalid default value for prop “list“: Props with type Object/Array must use a factory
Vue报错 Invalid default value for prop “list“: Props with type Object/Array must use a factory
320 0
|
4月前
|
Java
java lab8--------7-2 sdut-JAVA-Insert Integer element into array lists
java lab8--------7-2 sdut-JAVA-Insert Integer element into array lists
27 0
java——成功解决cannot resolve symbol ‘xxx’
java——成功解决cannot resolve symbol ‘xxx’
|
前端开发 Java
SpringBoot文件上传【element ui组件+java后台读取】
SpringBoot文件上传【element ui组件+java后台读取】
209 0
|
NoSQL MongoDB PHP
Yii2使用Mongodb配置并解决SyntaxError: missing ] after element list以及Authentication failed
Yii2使用Mongodb配置并解决SyntaxError: missing ] after element list以及Authentication failed
302 0
Yii2使用Mongodb配置并解决SyntaxError: missing ] after element list以及Authentication failed
|
JavaScript 前端开发 Java
Java Web(十二)Vue&Element
前端框架VUE的简单使用,后期对单独出Vue的使用
122 0
解决办法:Type safety: The expression of type List needs unchecked conversion to conform
解决办法:Type safety: The expression of type List needs unchecked conversion to conform
322 0

热门文章

最新文章