我是靠谱客的博主 烂漫小熊猫,这篇文章主要介绍springboot整合mybatis:Parameter 'xxx' not found. Available parameters are[]直接贴代码,现在分享给大家,希望可以做个参考。
Parameter 'xxx' not found. Available parameters are[]
- 直接贴代码
直接贴代码
@Update("update skills set skill_name=#{s.skill_name},skill_proficiency=#{s.skill_proficiency} where u_id=#{id}")
public void updateSkills(Integer id, Skills s);
说明:Skills是我的一个实体类,我前端重载$.fn.serializeJson
将表单内容传入后台,后台用@RequestBody
接收,id
根据自己需要,我主要是想更新这个表的信息。
引用:https://blog.csdn.net/baidu_35975930/article/details/80014087
最后
以上就是烂漫小熊猫最近收集整理的关于springboot整合mybatis:Parameter 'xxx' not found. Available parameters are[]直接贴代码的全部内容,更多相关springboot整合mybatis:Parameter内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复