MyBatis automatically generate code using generator

Source: Internet
Author: User

MyBatis , you can use generator to automatically generate code, including the DAO layer, the model layer, and the MAPPING SQL mapping file.

First step: Download MyBatis's generator tool

http://mybatis.github.io/generator/

Step Two: Configure the XML configuration file that is required to generate the code automatically, for example (Generator.xml)

Save this file to the mybatis-generator-core-1.3.2 folder you downloaded

Step three: Enter the directory where the XML configuration file (Generator.xml) resides and execute the command:

DOS Code

Java-jar E:\mybatis-generator-core-1.3.2\lib\mybatis-generator-core-1.3.2.jar-configfile Generator.xml-overwrite

MyBatis automatically generate code using generator

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.