当前位置:   article > 正文

mybatis开启日志打印

mybatis开启日志打印
  1. mybatis的添加配置文件----mybatis-config.xml如下
<settings>
    <!-- 打印sql日志 -->
    <setting name="logImpl" value="STDOUT_LOGGING" />
</settings>
  • 1
  • 2
  • 3
  • 4

2.applicationContext.yml

mybatis:
    configuration:
      log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  • 1
  • 2
  • 3

注意:去除

logging:
  level:
    com.lucifer.springboot.cache.mapper: debug
  • 1
  • 2
  • 3
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/599940
推荐阅读
相关标签
  

闽ICP备14008679号