美文网首页
Error creating bean with name...

Error creating bean with name...

作者: ANoman_M | 来源:发表于2021-01-26 18:31 被阅读0次

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

    相关文章

      网友评论

          本文标题:Error creating bean with name...

          本文链接:https://www.haomeiwen.com/subject/dtcnzktx.html