Error creating bean with name...Unsatisfied dependency expressed through field

springboot+mybatis编译出现上面的错误。
解决办法:
application.properties里没有配置mybatis-mapper-locations
参考配置: mybatis.mapper-locations=classpath:mapper/*.xml

你可能感兴趣的:(Error creating bean with name...Unsatisfied dependency expressed through field)