美文网首页
SpringBoot整合Mybatis无法扫描xml文件问题

SpringBoot整合Mybatis无法扫描xml文件问题

作者: Yuri1996 | 来源:发表于2019-08-27 17:00 被阅读0次

    网上说是使用idea在SpringBoot整合Mybatis时候会扫描不到xml文件

    1.将xml文件放在resources下

    2.在application.properties中配置xml文件的扫面

    #扫描mybatis xml
    mybatis.mapper-locations=classpath:mybatis/mapper/*.xml
    
    # 开启sql日志
    logging.level.cn.smartpilot.yangjiang.mapper=debug
    

    相关文章

      网友评论

          本文标题:SpringBoot整合Mybatis无法扫描xml文件问题

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