springboot 和 mybatis整合:参数查询和动态sql

springboot 和 mybatis整合: mapper定义的是数据库的操做方法: @Mapper public interface UserMapper {} 单参数的处理: @Select("select * from t_user") @Results({ @Result(property = "userId", column = "USER_ID"),
相关文章
相关标签/搜索