IDEA开发初始化设置

一、基本设置

1. 自动生成 serialVersionUID 的设置

2. 设置文件注释

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

二、插件安装

1. Save Actions 插件

2. Mybatis插件(free-idea-mybatis)

3. 背景图片插件(Background Image Plus + )

2. 代码提示插件(Codota )

5. Lombok插件

6. Alibaba Cloud Toolkit

7. Grep Console

8. BashSupport

9. CamelCase驼峰命名

快捷键shift+alt+u

10. Jenkins Control Plugin

11. Maven Helper

12. String Manipulation

三、IntelliJ IDEA 插件推荐

猜你喜欢

转载自www.cnblogs.com/kancy/p/11427442.html
今日推荐