其他分享
首页 > 其他分享> > IDEA排查问题总结

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调

标签:总结,province,code,一步,IDEA,排查,time,debug,断点
来源: https://www.cnblogs.com/ankendejiblogs/p/15827498.html