JAVA development odd wicked craft skills (a)

This section continued collection of common and easy to use IDE development tools, myeclipse based

1.Lombok is a Java utility that can help Java developers to eliminate lengthy, specifically to see lombok official website: http: //projectlombok.org/

installation steps:

  1. Download the package lombok.jar

  2. Copy the package to the lombok.jar myeclipse.ini / eclipse.ini directory where the file

  3. Open myeclipse.ini / eclipse.ini, add the following code at the end and save:

    -javaagent: lombok.jar

  4. Restart myeclipse / eclipse.

  5.project ==> clean clean-up project

 

2.mybatis Code / XML plug-ins associated with mutual jump

  1.打开myeclipse=》help=》Install from Site 

  2. Enter: http: //dl.bintray.com/harawata/eclipse/

  3. Check MyBatipse installation can
  also be mounted off-line reference address  https://github.com/mybatis/mybatipse/issues/88

3. decompilation widget class Decompiler Enhanced
  
1. direct line installation Open myeclipse = "help = "Install from Catalog 

  2. Enter the following search enhanced class decompiler FIG.
  

 

Guess you like

Origin www.cnblogs.com/lansefengmeng/p/11407153.html