【异常解决】java.lang.IllegalStateException: No primary or single unique constructor found for interface

java.lang.IllegalStateException: No primary or single unique constructor found for interface java.util.List的解决方案

  • 一、背景描述
  • 二、解决方案

一、背景描述

Springboot + vue3

批量删除规则接口:前端请求如下

图片[1] - 【异常解决】java.lang.IllegalStateException: No primary or single unique constructor found for interface - MaxSSL后端服务接口请求的方法如下:

图片[2] - 【异常解决】java.lang.IllegalStateException: No primary or single unique constructor found for interface - MaxSSL结果报错,详情如下:

java.lang.IllegalStateException: No primary or single unique constructor found for interface java.util.List

图片[3] - 【异常解决】java.lang.IllegalStateException: No primary or single unique constructor found for interface - MaxSSL

二、解决方案

前端请求不变,后端服务接口请求的方法参数上添加 @RequestBody 即可。

图片[4] - 【异常解决】java.lang.IllegalStateException: No primary or single unique constructor found for interface - MaxSSL

本文完结!

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享