1.下载 mybatis log 插件
2.配置 application.yml(配置到当前调试的mapper路径即可)

 

mybatis sql 调试(mybatis log 使用)

 

logging:
  level:
    com.zs.sl.chat.mapper: debug

 

相关文章:

  • 2021-06-10
  • 2019-07-30
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2021-09-09
  • 2022-01-07
  • 2021-09-05
猜你喜欢
  • 2022-01-13
  • 2022-12-23
  • 2021-07-21
  • 2021-07-01
  • 2022-12-23
  • 2021-07-10
  • 2021-11-09
相关资源
相似解决方案