解决方案,在项目的application.yml中添加配置
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
最新推荐文章于 2025-04-02 14:05:38 发布