1.进入首选项面板
Windows --> Preferences
2.关闭一些服务
2.1.General --> Startup and Shutdown
Eclipse Automated Error Reporting去掉勾
3.设置记录空间数量
General --> Startup and Shutdown --> Workspaces --> Number of recent workspaces to remember:20
4.设置工作空间文件编码
General --> Workspaces --> Text file encoding --> Other:UTF-8
5.注解格式
Java --> Code Style --> Code Templates --> Comments --> Types --> Pattern
/**
* <p>Title : ${type_name}</p>
* <p>Description : </p>
* <p>DevelopTools : Eclipse_x64_v4.7.1</p>
* <p>DevelopSystem : windows 10.1.0</p>
* <p>Company : org.yjcloud</p>
* @author : heye
* @date : ${date} ${time}
* @version : 1.0.0
*/
6.关闭所有验证
Validation --> Disable All
7.XML一行的字符个数
XML --> XML Files --> Editor --> Line Width:120
8.设置文件编码
General --> Content Type --> Text Java Properties File --> Default encoding:UTF-8 --> Update