spring+mybatis 返回值为map时返回驼峰命名
摘要:
<resultMap id ="UserInfoMap" type="com.example.mybaitsxml.dao.entity.User"> <result column="name_" property="name"/> <result column="sex" property="se 阅读全文
posted @ 2019-12-16 14:49 血翼残飞 阅读(2085) 评论(0) 推荐(0)