如题,需要SpringBoot+Mybatis的架构中打印SQL,最简单快捷的方法就是在springboot的配置文件中加入如下配置
logging:
level:
:
debug
因为我的配置文件是yml格式的,如果你的是.properties,直接加
=debug
下放着所有mybatis的mapper接口文件,debug代表日志等级。
引申阅读: 使用quartz实现高级定制化定时任务(包含管理界面)
推荐阅读:elastic search搜索引擎实战demo:/simonsfan/springboot-quartz-demo,分支:feature_es