关于MyBatis在插入时获取自增id 1.1 注释方法 @Insert("insert into book(bid, bname, price, number, cratedate) values(null,#{bname},#{price}...