发表于: 2017-05-01 23:38:00
1 1436
今天完成的事情:
①分别使用Mybatis的配置文件和Annotation方式去配置数据库。
②学习了使用Spring管理MyBatis事务。
遇到的问题:
①在单元测试使用mapper插入数据的时候又遇到了 Unsupported major.minor version 52.0。
②org.apache.ibatis.binding.BindingException: Type interface com.jn.mapper.StudentMapper is not known to the MapperRegistry.
③Mapped Statements collection already contains value for com.jn.mapper.StudentMapper.findStudentById
明天的计划:
评论