错误提示一直是Invalid bound statement (not found): com.neon.mapper.GirlEntityMapper.findAll
一直无法扫描到*Mapper.xml文件
我引入的是官方提供的mybatis-spring-boot-starter包
*Mapper.xml也是放在java包下的
配置用的.yml方式
mybatis:
typeAliasesPackage: com.neon.domain
mapperLocations: classpath:mapper/*.xml
上面的加了一点用都没有,路径也没有错
相关分类