【随手记录】关于idea调试时提示源码不匹配(source code does not match the bytecode)

IDEA代码调试时候报错:

source code does not match the bytecode

原因是代码运行版本 与 本地版本不一致!!
  可以 Build —> Rebuild Project
  重新编译
  重新加载

参考:

  https://stackoverflow.com/questions/45807888/source-code-does-not-match-the-bytecode-use-idea-debug-jdbctemplate

posted @ 2022-05-09 14:05  空知大仙人  阅读(3467)  评论(0编辑  收藏  举报