一般都是xml映射错误
看下自己的映射路径
还有对应xml里面的namespace的对应路径
如果都没错
那就可能和我一下,创建xml文件时,没有给文件加上.xml后缀
mybatis:
mapper-locations: classpath:mapping/*Mapper.xml
type-aliases-package: com.trueway.zhdwapp.user.entity.Student
configuration:
map-underscore-to-camel-case: true