1.git 忽略文件设置
File --> setting --> Plugins --> 搜索 .ignore --> 安装后重启 然后你的项目右键点击:new -->.ignore-->..(git)-->Example template 创建
2.常用插件plugins
1. JBLSpringBootAppGen生成启动类和配置yml
2. JavaToWeb
3. PKXSpringBootCodeGen自动生成代码
4. database
字符集 Editor===》File Encodings
C:\Users\67020\AppData\Local\Temp services 关闭idea 不显示端口清除里面的文件
Java compiler 设置jdk环境
GenerateAllSetter 插件 安装完插件之后,在创建的对象上,按快捷键下:alt + enter
ChroMATERIAL 代码颜色增强
GsonFormat json 转实体类 1.键空类2.alt + s
Translation 翻译插件
Rainbow Brackets:彩虹颜色括号(带代码颜色增强)
GsonFormatPlus json转对象
any-rule一个常用[正则表达式](https://so.csdn.net/so/search?q=正则表达式&spm=1001.2101.3001.7020)大全
Lombok getset 方法
json helper 测试json工具 右侧
Rainbow Brackets ctrl+右键快速查找代码块 Hiberbee
name:397c2e6cacd24849 pwd: dLQF84G8MYOHAe3i75OjDvi9QQVwfHIN
Chinese 中文
Hiberbee 代码颜色提示
Codota 代码提醒
SequenceDiagram 代码调用架构图
EasyCode 代码生成 6a09914e55e7d794847ad0a5fcd5706b
热部署
Compiler 打开
然后 Shift+Ctrl+Alt+/,选择Registry compiler.automake.allow.parallel 打开
```
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
```
```
zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 数据库url后缀
```
```
数据模板
```