spring boot invalid bound statement (not found)

mybatis 是用工具生成的 需要配置 mapperLocations

mybatis:
  typeAliasesPackage: com.tms.thirdparty.dao
  mapperLocations: classpath:mappers/*.xml
原文地址:https://www.cnblogs.com/lixxx/p/11063193.html