IDEA development initialization settings

First, the basic settings

1. provided automatically generated serialVersionUID

2. Set file comments

3. Hide the project file (folder)

.git;.gitignore;.idea;.idea/.;.mvn;mvnw;mvnw.cmd;

4. * .properties amendments Chinese garbled (native conversion)

5. Set Global maven

File -> Other Settings -> Maven

6. Set the global maven

File -> Other Settings -> Settings For New Projects -> Maven

7. Set the global git

File -> Other Settings -> Settings For New Projects -> Git

8. Set Global jdk

File -> Other Settings -> Structure For New Projects -> Project

Second, the plug-in installation

1. Save Actions plugin

2. Mybatis plug-in (free-idea-mybatis)

3. Plug the background image (Background Image Plus +)

2. The code hints plug (Codota)

5. Lombok plug

6. Alibaba Cloud Toolkit

7. Grep Console

8. BashSupport

9. CamelCase camelCase

Shortcut keys shift + alt + u

10. Jenkins Control Plugin

11. Maven Helper

12. String Manipulation

Three, IntelliJ IDEA plugins recommended

Guess you like

Origin www.cnblogs.com/kancy/p/11427442.html