Invalid bound statement (not found): com.example.demo.mapper.UserMapper.findPassword

解决方案,在项目的application.yml中添加配置
Invalid bound statement (not found): com.example.demo.mapper.UserMapper.findPassword_第1张图片
mybatis:
type-aliases-package: com.example.demo.entity
config-location: classpath:mybatis/mybatis-config.xml
mapper-locations: classpath:mybatis/mapper/*.xml

你可能感兴趣的:(Invalid bound statement (not found): com.example.demo.mapper.UserMapper.findPassword)