1.lombok插件,在编译时生成setter、getter方法、构造方法等。
2.genSets插件,快速给对象set值。(codehelper.generater)
genSets: https://github.com/yoke233/genSets
4.grepConsole插件,设置日志颜色。
5.slf4j插件,统一日志管理。
6.sonar插件,代码规范扫描,检查可能潜在的bug。(FindBugs,CheckStyle)
7.mybatisPlugin插件,生成与数据库表对应的实体、Mapper、xml。
8.codeGlance插件,在编辑区右侧显示代码预览地图。
https://plugins.jetbrains.com/plugin/7275-codeglance
9.spring-boot-devtools插件,Springboot热部署。
10:Alibaba Java Coding Guidelines
11:GsonFormat:可以将json串转化成对象