idea 相关

不打开上次项目

settings->Appearance & Behavior -> System Settings 取消 Reopen last project on startup

idea 相关

编辑器

背景色

settings -> Editor -> Color Schema -> General -> Text -> Default text 修改 Background

idea 相关

缩进线与右侧80列线

颜色
settings -> Editor -> Color Schema -> General -> Editor ->Guides
Hard wrap guide : 右侧线颜色
Indent guide : 缩进线 颜色
idea 相关

位置
settings -> Editor -> Code Style -> Hard wrap at

idea 相关

mapper xml 颜色

步骤一
Settings -> Editor -> Inspections -> SQL
取消勾选:No data sources configured 和 SQL dialect detection
idea 相关

常用插件

maven helper
code glance
Alibaba Java Coding Guidelines https://github.com/alibaba/p3c

profile

本次运行maven需要哪个profile就选中哪个profile
idea 相关
maven 运行配置需要加上 -P参数
idea 相关