MyBatis 註解版(五)Spring boot 註解系列 插入對象返回 id

public interface StudentMapper { @Insert("insert into student(name,credit_hour) value(#{name},#{creditHour})") @Options(useGeneratedKeys = true,keyProperty = "id",keyColumn = "id")//加入該註解能夠保持對
相關文章
相關標籤/搜索