Intellij plugins recommended

In our development process, often encounter a variety of problems, and we may need to use some tools to help us solve these problems, so-called 工欲善其事必先利其器, and also a gentleman, non-exclusive, good fake to things, so I am here to tell you push a wave of plug-Intellij

1.RestfulToolkit

Restful popular in contemporary, how can less the presence of RestfulToolkit, sometimes tell us a front-end results being given, we stick to the url, we need to find a specific Controller through url, although the idea of ​​so-called search can search the universe, but we just want universe inside of a grain of sand, so we just press Ctrl + alt + N will be able to quickly locate the specific method, why not

 

At the same time, we can use the tool to do direct interface test, of course, I still recommend swagger-ui

 

2.Alibaba Java Code Guidelines

We write code standards can avoid some hidden bug, Alibaba code inspection tool every rule has a corresponding documentation, orderly, so-called arbitrary without transgressing, saint Father also taught us to follow norms because these norms are predecessors accumulated considerable experience

Gently knock the current code to know how many severe obstructive problem, of course, when writing code that can be detected in real time the code for compliance, to post our own will to develop good coding standards

 

3.MyBatisCodeHelper

Tk-mybatis although encapsulates most of the methods we need, but called going too far, because of excessive packaging, we only need to check one field will return all fields, resulting in a large number of operations back to the table, while a large number of reflections, the agent will cause some performance issues, let alone tables, statistics and other issues even in some scenarios, but to hand to knock xml is a problem, how to find a balance both in it, mybatiscodehelper is a good solution that competent Shane?

See this link

https://gejun123456.github.io/MyBatisCodeHelper-Pro/#/

This plug abruptly became free from the charges do, though piracy disgraceful, but I pushed a wave of small-scale

https://zhile.io/2019/04/23/mybatis-code-helper-pro-crack.html

We simply mapper basic thing is to knock on a few characters, complex sql can do checksum limited help

4.JRebel

As long as that hot deployment, who do not know it, once installed a lifetime

I am not a professional break out, but dedicated  https://blog.csdn.net/kismet2399/article/details/82930023

.Lombok

Are you still get, set to worry about it, you still will serialization, tostring while it patiently, then you need to join lombok

No matter how many fields, just a note, try to go to all the trouble, the Sonnar the code instantaneous drop repetition rate half

 

Of course there are many more waiting for you to dig method, only one comment, log it directly to the object, the amount of code and a drop down

 

6.Gsonformat

Sometimes we need a third party and docking request interface only gave a string of json, we want to generate the object how to do it

Direct copy paste, and that they generate, fried chicken easy

image2020-3-6%2010%3A40%3A36.png?version=1&modificationDate=1583462436825&api=v2uploading.4e448015.gifDump failed to re-upload canceled

Released six original articles · won praise 13 · views 20000 +

Guess you like

Origin blog.csdn.net/tushuping/article/details/104691317