The default superclass, "javax.servlet.http.HttpServlet", according to the projects Dynamic Web Module facet version (3.1), was not found on the Java Build Path.
1.右键项目 2.点击Properties 3.点击Java Build Path,右边找到Libraries&…
SpringBoot项目运行报错:Unsupported class file major version 61
原因:编译版本不对
解决:IDEA->Settings->Compiler->Java Compiler->修改(我是17改成8)
日常工作中会遇到 commit 到本地仓库的代码,因为一些原因,需要撤销后再提交到本地,或者需要整合多次 commit,然后 push 到远程仓库。下面是 IDEA 支持的快捷方式。
Undo Commit 2.可以在 Version Control 查看到刚刚撤销的内容 …