摘要: 实体类:记得加@Mapper注解,不需要在springboot主程序类上加@MapperScaner @Mapper public interface StudentMapper { public void saveStudent(Student student); } 实体类对应的映射文件:请记得 阅读全文
posted @ 2020-12-27 11:46 爱编程DE文兄 阅读(3846) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_41679874/article/details/100135116 阅读全文
posted @ 2020-12-27 11:05 爱编程DE文兄 阅读(290) 评论(0) 推荐(0) 编辑