1. Background Image Plus

Idea background modification plug-in, you can set your favorite picture as the code background.

After the installation is successful and restart, click the VIew TAB on the menu bar and click Set Background Image(this TAB is not available if the plug-in is not installed). In the pop-up box, select the local Image and click OK.

2. Grep Console Customize log colors. Idea console can display various levels of logs in color.

Mybatis plugin allows you to edit Mybatis. XML like Java code. When we use Mybatis in development, we need to find the SQL statement in the corresponding XML through mapper interface. This plug-in is convenient for our operation.

After the installation is complete and IDEA is restarted, we will see a green arrow to the left of code or an extra column. Clicking on the arrow will direct us to the location of the corresponding XML file.

4. MyBatis Log Plugin

Mybatis is now the first choice for database manipulation in Java. During development, Mybatis scripts will be directly exported to the console, but by default, the output script is not a direct executable.

If we want to execute it directly, we need to convert it manually.

MyBatis Log Plugin this plug-in is to directly display the SQL script executed by MyBatis, without processing, can be directly copied out of the execution, as shown in the figure:

After executing the program, we can clearly see which SQL scripts we have executed, and the scripts can be executed and run.

5, String Manipulation

Powerful string conversion tool

6. Alibaba Java Coding Guidelines

Alibaba code specification check plug-in, specification can refer to the “Alibaba Java development manual”.

7, Lombok

Json2Pojo With Lombok/RoboPOJOGenerator

Select the package name and right-click New ->Generate POJO from JSON. Support for Lombok annotations

9、.ignore

Versioning ignores file generation tools

10, mongo4idea

Mongo client

11, Maven Helper

Maven plugin

12, FindBugs – the IDEA

Potential Bug check

13, iedis

Redis client