設置Intellij IDEA忽略部分類編譯錯誤
File——Settings——Compiler——Java compiler
修改:
Use complier: 將Javac改為Eclipse
在Eclipse Options中 選中“Processed on errors”
修改:
Use complier: 將Javac改為Eclipse
在Eclipse Options中 選中“Processed on errors”
設置Run/Debug Configurations
Run/Debug Configurations
Web項目,將“Before launch”設置為“Make,no error check”(默認應該是Make)
普通項目,將“Before launch”設置為“Build,no error build”(默認應該是Build)
普通項目,將“Before launch”設置為“Build,no error build”(默認應該是Build)
參考:https://www.jianshu.com/p/b253e1a58f4b
