mybatis bind exception

springboot  项目  搜了半天 网上的解决方法千篇一律,最终问题

   原因 ,yml 文件路径问题

mybatis:
mapper-locations: classpath:com/yang/first/mapper.*.xml
type-aliases-package: com.yang.first.entity
mmp 坑爹啊,吸取教训!!!
原文地址:https://www.cnblogs.com/yanghongfei/p/8554501.html