实体类:User
数据交互类:UserDao
Service类:UserTableService
Service实现类:UserTableImpl
Controller层(重点在最后一段代码)
完成插入操作后,这个 实体类的对象,也就是 user 的 id 竟然被赋值了,而这个值就是在数据库中自增的 id!
标签:自增,实体类,Service,Plus,MyBatis,id From: https://www.cnblogs.com/AronKeener/p/17125784.html