帮助文档
专业提供香港服务器、香港云服务器、香港高防服务器租用、香港云主机、台湾服务器、美国服务器、美国云服务器vps租用、韩国高防服务器租用、新加坡服务器、日本服务器租用 一站式全球网络解决方案提供商!专业运营维护IDC数据中心,提供高质量的服务器托管,服务器机房租用,服务器机柜租用,IDC机房机柜租用等服务,稳定、安全、高性能的云端计算服务,实时满足您的多样性业务需求。 香港大带宽稳定可靠,高级工程师提供基于服务器硬件、操作系统、网络、应用环境、安全的免费技术支持。
服务器资讯 / 香港服务器租用 / 香港VPS租用 / 香港云服务器 / 美国服务器租用 / 台湾服务器租用 / 日本服务器租用 / 官方公告 / 帮助文档
服务器报500错误 No primary or single unique constructor found for interface java.util.List
发布时间:2024-03-10 14:11:49   分类:帮助文档
服务器报500错误 No primary or single unique constructor found for interface java.util.List  批量删除日志记录 前端请求 URL:http://localhost:8080/system/log?ids=3,4,5 Method:DELETE //批量删除日志记录 deleteLogs() { let url = '/system/log' if (this.currentRow == null && this.multipleSelection.length == 0) { this.$message.warning("请先选择记录") return; } else if (this.multipleSelection.length > 0) { url += '?ids=' + this.multipleSelection; } else if (this.currentRow && this.multipleSelection.length == 0) { url += '?ids=' + this.currentRow.id; } this.$confirm('此操作将永久删除该记录,是否继续?', '提示', {type: "warning"}).then(() => { this.deleteRequest(url).then(resp => { if (resp) { this.getLogs(); } }); }).catch(() => { this.$message.info('已取消当前操作~') }); } 后端接口: / * 根据id删除日志记录 * @param ids * @return */ @DeleteMapping public Result deleteLogsByIds(List ids){ boolean flag = operatorLogService.removeByIds(ids); if (flag){ return Result.success("删除成功"); } return Result.error("删除失败"); } 报错:java.lang.IllegalStateException: No primary or single unique constructor found for interface java.util.List 解决方法:添加@RequestParam注解 @DeleteMapping public Result deleteLogsByIds(@RequestParam List ids){ boolean flag = operatorLogService.removeByIds(ids); if (flag){ return Result.success("删除成功"); } return Result.error("删除失败"); } 原因分析: 由于 Spring Boot 默认情况下会尝试使用请求参数的值来创建方法参数,但对于接口类型(如 java.util.List)而言,它无法直接创建一个接口的实例。 通过使用 @RequestParam 注解,明确指定了请求参数的名称,并将请求参数的值绑定到方法参数上,从而避免了这个错误。@RequestParam 注解告诉 Spring Boot 去查找请求参数的值,并将值映射到方法参数上,而不会尝试创建一个接口的实例。 所以,如果你的方法参数是一个具体的类类型(如 List),那么 Spring Boot 可以通过请求参数的值来创建一个具体的类的实例。但是对于接口类型,它无法这样做,因此需要使用 @RequestParam 注解来明确指定参数的名称和类型,以避免错误。总之,为了避免这个错误,当你的方法参数类型是接口类型时,使用 @RequestParam 注解是一个好的做法,它可以确保参数的正确绑定和映射。
香港云服务器租用推荐
服务器租用资讯
·广东云服务有限公司怎么样
·广东云服务器怎么样
·广东锐讯网络有限公司怎么样
·广东佛山的蜗牛怎么那么大
·广东单位电话主机号怎么填写
·管家婆 花生壳怎么用
·官网域名过期要怎么办
·官网邮箱一般怎么命名
·官网网站被篡改怎么办
服务器租用推荐
·美国服务器租用
·台湾服务器租用
·香港云服务器租用
·香港裸金属服务器
·香港高防服务器租用
·香港服务器租用特价