![ 在这里插入图片描述 ]( https://img-blog.csdnimg.cn/20190824231815850.png?
x-oss-process=image/watermark,type_ZmFuZ3poZW5naGV pdGk,shadow_10,
text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2E3MjQ4ODg=,size _16,color_FFFFFF,t_70 )
## grep console
Idea console输出日志一大推,想要快速找到自己想要的类型日志,使用此插件可以快速定位到自己 关注的类型
日志,比如error,warn,自己也可以配置自己喜欢的颜色~
从settings进入,点击 other settings,可以配置自己喜欢的颜色提示,比如我只选择 了默认~
————————————————
![ 在这里插入图片描述 ]( https://img-blog.csdnimg.cn/20190824232020631.png?
x-oss-process=image/watermark,type_ZmFuZ3poZW5naGV pdGk,shadow_10,
text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2E3MjQ4ODg=,size _16,color_FFFFFF,t_70 )
## GsonFormat
自动帮你把类转化为JSON对象,一大利器
![ 在这里插入图片描述 ]( https://img-blog.csdnimg.cn/20190824232134383.png?
x-oss-process=image/watermark,type_ZmFuZ3poZW5naGV pdGk,shadow_10,
text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2E3MjQ4ODg=,size _16,color_FFFFFF,t_70 )
## free mybatis plugin
![ 在这里插入图片描述 ]( https://img-blog.csdnimg.cn/20190824232515528.png?
x-oss-process=image/watermark,type_ZmFuZ3poZW5naGV pdGk,shadow_10,
text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2E3MjQ4ODg=,size _16,color_FFFFFF,t_70 )
## String manipulate
字符串操作工具
![ 在这里插入图片描述 ]( https://img-blog.csdnimg.cn/20190824232659662.png?
x-oss-process=image/watermark,type_ZmFuZ3poZW5naGV pdGk,shadow_10,
text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2E3MjQ4ODg=,size _16,color_FFFFFF,t_70 )
Lombok
知名的插件,无需再写那么多冗余的get/set代码
在这里插入图片描述
JRebel
热部署插件
在这里插入图片描述
alibaba java coding guide
阿里巴巴代码规范插件,自动检查代码规范问题
GenerateAllSetter
当你进行对象之间赋值的时候,你会发现好麻烦呀,能不能有一个更好的办法呢~ 有,只要你选中需要生成set方法的对象,按下快捷键 alt+enter 界面如下:
在这里插入图片描述
junit generator
自动生成单测的神奇
在这里插入图片描述
ECtranslation
一款好用的自动翻译插件
在这里插入图片描述
key promotor X
学习IDEA快捷键的好插件
在这里插入图片描述
.igonre
自动帮你修改git监控的文件类型,可以排除掉莫名其妙的文件类型,避免出现在你的代码提交记录里。
在这里插入图片描述
grep console
Idea console输出日志一大推,想要快速找到自己想要的类型日志,使用此插件可以快速定位到自己关注的类型日志,比如error,warn,自己也可以配置自己喜欢的颜色~
从settings进入,点击 other settings,可以配置自己喜欢的颜色提示,比如我只选择了默认~
————————————————
在这里插入图片描述
GsonFormat
自动帮你把类转化为JSON对象,一大利器
在这里插入图片描述
free mybatis plugin
在这里插入图片描述
String manipulate
字符串操作工具
在这里插入图片描述
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/69906029/viewspace-2655679/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/69906029/viewspace-2655679/