Starting a new project in elcipse is like opening a new world. When you are excited into this world, some detailed operations during ide initialization will make your coding more smooth, and keep the IDE clean and standard, and effectively preventCodeRisks.
1. plugins
Easy to import | fat jar | properties (Imported using plugins link)
2. Window-preferences
General
Check show heap status
Workspace encoding settings
Java
Code style Template
/***** Copyright: Copyright (c) $ {year} * company: yr.com * @ Author: peilv * Create at :at {date} * filename: $ {file_name} * @ Desc: * // *** @ Description: * @ author peilv * @ created $ {date} * $ {tags }*****/
Installed jres Delete the default JRE of eclipse
Server
Runtime-Add a new Runtime (Tomcat)
Validation
Uncheck the build Column
Web-JSP files encoding sets JSP page Encoding
3. properties for Project
Only select javabuilder for builders.
Javabuildpath source filters SVN file compilation (**/. SVN/|. SVN/or * \ CVS \**\.#*)
The current configuration is like this, and some good operations will be added later, so you should be reminded to pay more attention and correct and improve.