Invalid bound statement (not found):错误解决
方法1:
#mybatis
mybatis.configuration.default-statement-timeout=30
mybatis.configuration.map-underscore-to-camel-case=true
mybatis.mapper-locations=classpath:mappers/*.xml

配置 mapper映射路径
Invalid bound statement (not found):错误解决
方法2:Invalid bound statement (not found):错误解决
增加注解 mapper 一般用于 简单语句

相关文章: