Add the mybatis generator plug-in to Myeclipse2014 and mybatis to myeclipse
Myeclipse2014 put the mybatis generator plug-in directly in the dropins folder. After the restart, the mybatis plug-in cannot be successfully installed.
Since offline installation fails, you can choose to install it online.
1. Select Help-> Install from site...
2. In the displayed dialog box, click Add in the upper-right corner.
3. In the displayed dialog box, enter
Name: mybatis
Location: https://dl.bintray.com/mybatis/mybatis-generator
(Location can enter the above address, you can also click Archive, select local downloaded jar, zip compressed file: org.mybatis.generator.eclipse.site-1.3.5.201609070108.zip)
Click OK
4. In Work with, select mybatis-https://dl.bintray.com/mybatis/mybatis-generator#
(I suggest you download it first and select local installation. This is fast and the online installation is too slow)
5. Select MyBatis Generator and click next.
6. After installation is complete, restart myeclipse.