解决There is no getter for property named ‘id’ in 'class java.lang.Integer’问题 写后台业务时,有个通过id查询单条数据的需求,写完后测试接口发现一直报错。postman反馈数据idea控制台报错解决办法:将注解改成@Param(“xx”)。也就是方法名(@Param(“id”) Integer id)解决!postman接口测试拿到单条数据 相关文章: 2021-11-16 2021-07-11 2022-12-23 2021-11-20 2022-02-04 2021-08-25