SpringBoot+Mybatis打印SQL的最简单方法

时间:2024-10-30 17:19:49

如题,需要SpringBoot+Mybatis的架构中打印SQL,最简单快捷的方法就是在springboot的配置文件中加入如下配置

logging:
  level:
    :
      debug

因为我的配置文件是yml格式的,如果你的是.properties,直接加

=debug

下放着所有mybatis的mapper接口文件,debug代表日志等级。


books 引申阅读: 使用quartz实现高级定制化定时任务(包含管理界面)

books 推荐阅读:elastic search搜索引擎实战demo:/simonsfan/springboot-quartz-demo,分支:feature_es