IDEA排查问题总结

1、debug,断点打在方法开始处

2、一步一步执行,看变量值(如0与1,true与false)

3、查看SQL查询语句(控制台看)

17:50:31.508 [http-nio-8189-exec-3] DEBUG c.u.n.m.m.d.m.T.selectTimePermissionByCode - [debug,137] - ==>  Preparing: select id, province_code, province_name, begin_time, end_time, create_time, update_time, status from time_permission where province_code = ?

4、postman调

相关文章

这篇文章主要介绍了idea中mapper快速跳转到xml插件的方法,具...
今天小编给大家分享的是IDEA搭建Maven模块化项目的实现方法,...
这篇文章主要介绍了ideaintellij怎么快速修复if语句缺少大括...
这篇文章主要介绍“idea运行main方法或Test避免编译整个应用...
这篇文章主要介绍“idea项目全局去掉严格的语法校验方式是什...
本文小编为大家详细介绍“Windows、IDEA、VSCode常用快捷键有...