mybatis把返回结果封装成map类型,表的字段名对应map中的key,字段所属的值对应map中的value时提示@MapKey is required 解决方案: 添加注解:@SuppressWarnings("MybatisXMa
mybatis把返回结果封装成map类型,表的字段名对应map中的key,字段所属的值对应map中的value时提示@MapKey is required
解决方案:
添加注解:@SuppressWarnings("MybatisXMapperMethodInspection")
在上方加入你所要指定的主键即可,@MapKey("xx") 指定一个字段xx作为返回Map中的key
来源地址:https://blog.csdn.net/m0_60464220/article/details/128949924
--结束END--
本文标题: 解决@Mapkey is required
本文链接: https://lsjlt.com/news/420270.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-04-01
2024-04-03
2024-04-03
2024-01-21
2024-01-21
2024-01-21
2024-01-21
2023-12-23
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0