和睦的家庭空气是世上的一种花朵,没有东西比它更温柔,没有东西比它更适宜于把一家人的天性培养得坚强正直。——德莱塞
继续分享mybatis的知识点:
@MapKey注解:org.apache.ibatis.annotations.MapKey
@MapKey("id")
@Select("SELECT * FROM user_info")
Map<Long, UserInfo> selectIdUserMap();得到:Map<ID, 用户>

非常的简单
和睦的家庭空气是世上的一种花朵,没有东西比它更温柔,没有东西比它更适宜于把一家人的天性培养得坚强正直。——德莱塞
继续分享mybatis的知识点:
@MapKey注解:org.apache.ibatis.annotations.MapKey
@MapKey("id")
@Select("SELECT * FROM user_info")
Map<Long, UserInfo> selectIdUserMap();得到:Map<ID, 用户>

非常的简单