1 JDK installation
JDK installation and environment variable Configuration Tutorial reference: http://jingyan.baidu.com/article/bea41d435bc695b4c41be648.html
Download Introduction Reference:
http://jingyan.baidu.com/article/e4511cf3e112ac2b845eaf8f.html
Current JDK8. The
Sets the Java compilation path according to the following figure. Note Not javare
2 Eclipse IDE Installation
Eclipse Installation Tutorial Reference: http://jingyan.baidu.com/article/ D7130635194f1513fcf47557.html
Mac, install the Eclipse plug-in and refer to some things about the Eclipse plug-in configuration in the Mac
3 mybatis Generator Plug-in installation /strong>
MyBatis genrator plugin download address
is installed as shown in the following illustration, placing MyBatis generator under Eclipse\dropins. Dropins is the place where the eclipse3.5 is installed manually after the plugin is placed.
New->other->mybatis, the following figure identifies the installation success
4 maven installation
Reference maven Installation Guide
by several places to note
4.1 Modify Settings.xml
Adjust maven warehouse address
Settings.xml file is located under Maven's conf directory
4.2 Specify MAVEN installation directory
4 .3 confirm the address of the Maven warehouse
4.4 Configuration of environment variables in Mac computer
CD ~ Touch
. Bash_profile
open-e bash_profile
# Write the following section in the Bash_profile file
maven_home=/applications/ apps/apache-maven-3.3.9
path= $MAVEN _home/bin: $PATH
export maven_home
export PATH
# Execute the following command to make the file effective
source. Bash_profile
# executes mvn-v to check the success of MAVEN environment variables
5 findbugs Installation
FindBugs Installation Guide
6 SVN plugin installation
SVN download Address
Installed by link mode,
Create a new myplugins in the Eclipse directory and put SVN in it
New Svn.link in Eclipse\dropins, content reference
Path=d:\program FILES\ECLIPSE\MYPLUGINS\SVN
WINDOW->PREFERENCES->TEAM->SVN, change the SVN interface to Svnkit.
7 Eclipse IDE Checksum configuration
Click Window->preference->validation and click "Disable All" to remove all checksum
Some JS error, or will check, such as Moment.js or ueditor.js, more than a comma, there will be JS error. You can remove JS checksum in the following ways. Locate the. project file in the engineering directory and remove the following code.
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
< arguments>
</arguments>
</buildCommand>
8 Eclipse IDE Working space character set configuration
Click Window->preference->general->workspace to change the character set to UTF-8 according to the following figure
9 Eclipse IDE JAVA ee view
Follow the layout below and only Project Explorer, outline, markers, console, and bug Explorer are required.
Console and other views as shown in the following illustration, or enter other to filter
Eclipse IDE Debug View
According to the layout below, the difference is console, display, JUnit, variables, breakpoints, expressions, debug, Outlin and so on.
The debug view is shown in the following figure.
One Eclipse IDE common shortcut keys