srpingboot + mybatis 错误 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.xino.dao.mybatis.StudentMapper.selectByPrimaryKey
按网上的各种方法都试过了就是找不到原因。 有人能给点建议吗?
1.application.yml 配置图片说明
2.项目
3.target 文件夹下也能找到对应的xml 文件
回答
mybatis: mapper-locations: classpath*:/com/xino/dao/mybatis/*Mapper.xml
type-aliases-package: com.xino.dao.mybatis.bean
configuration:
map-underscore-to-camel-case: true
以上是 srpingboot + mybatis 错误 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.xino.dao.mybatis.StudentMapper.selectByPrimaryKey 的全部内容, 来源链接: utcz.com/a/28864.html