摘要:
实体类:记得加@Mapper注解,不需要在springboot主程序类上加@MapperScaner @Mapper public interface StudentMapper { public void saveStudent(Student student); } 实体类对应的映射文件:请记得 阅读全文
摘要:
https://blog.csdn.net/weixin_41679874/article/details/100135116 阅读全文