一、基本设置
1. 自动生成 serialVersionUID 的设置

2. 设置文件注释

/**
* ${NAME}
* @author ${USER}
* @date ${DATE} ${TIME}
*/
3. 隐藏项目文件(夹)
.git;.gitignore;.idea;.idea/.;.mvn;mvnw;mvnw.cmd;

4. *.properties中文乱码的修正(native转换)

5. 设置全局maven
File -> Other Settings -> Maven

6. 设置全局maven
File -> Other Settings -> Settings For New Projects -> Maven

7. 设置全局git
File -> Other Settings -> Settings For New Projects -> Git

8. 设置全局jdk
File -> Other Settings -> Structure For New Projects -> Project

9. 设置自动优化导包
File -> Settings -> Editor -> Genneral -> Auto Import

