springboot 和 mybatis整合:參數查詢和動態sql

springboot 和 mybatis整合: mapper定義的是數據庫的操做方法: @Mapper public interface UserMapper {} 單參數的處理: @Select("select * from t_user") @Results({ @Result(property = "userId", column = "USER_ID"),
相關文章
相關標籤/搜索