在spring boot配置文件里加上这句:
mybatis.mapper-locations: classpath:mapper/*.xml
type-aliases-package:com.abu.entity
就成功运行
Invalid bound statement (not found): com.xx.dao.TypeMapper.selectAll
阅读 51
2022-01-22
在spring boot配置文件里加上这句:
mybatis.mapper-locations: classpath:mapper/*.xml
type-aliases-package:com.abu.entity
就成功运行
相关推荐
精彩评论(0)