2020年11月20日 | Leave a comment 问题: org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): demo.organize.mapper.AddressMapper.insert 解决: application.yml未配置 mybatis: mapper-locations: mapper/*.xml 12 mybatis: mapper-locations: mapper/*.xml 参考: