How to configure IntelliJ IDEA
Settings
Configure > Settings
Appearance & Behavior
System and Settings
Date Formates
修改为yyyy-MM-dd'T'HH:mm:ssz
即可。
Edit
General
Auto Import
Code Folding
Font
Color Scheme
General
Color Scheme Font
Console Font
Database
Code Style
Java
XML
General
MySQL
Inspections
Spring / Spring Core
SQL
File Encodings
File and Code Templates
在IDEA中File > Other Settings > Default Settings … > Editor > File and Code Templates
/**
*
*
* @author lwk
* @since 0.0.1
*/
这里添加以后,添加类文件的时候,会为类文件追加类型注释。如
Live Templates
/**
*
*
* @author lwk
* @since 0.0.1
*/
Copyright
www.qwfys.com Inc.
Copyright (c) 2004- $today.year All Rights Reserved.
Other Settings
Translation
https://plugins.jetbrains.com/plugin/8579-translation
Plugins
Configure > Plugins
IDE Settings Sync
about git
about Translation
about maven
about bash
about find-bug
about alibaba java coding guidelines
about ide feature trainer
about lombok
about GsonFormat
PlantUml Integration
由于PlantUML依赖于graphviz,所以要我们要在系统中安装graphviz才可以。
Structre for New Project
Configure > Structre for New Project
SDK
Project
Run Configurations Templates for New Projects
Configure > Run Configurations Templates for New Projects