mybatis-generator-gui is a mybatis generator GUI tool, used to easy generate mybatis java mapping files and mapper xml file.
This tools require JRE 8.0, if you have JDK or JRE installed, you can download no jre version, otherwise you need download jre bundled version.
git clone https://github.com/astarring/mybatis-generator-gui
cd mybatis-generator-gui
mvn jfx:jar
Run mybatis-generator-gui
cd target/jfx/app/\
java -jar mybatis-generator-gui.jar
This project currently is only develop by me, if you want's to join, I will really appreciate and try my best to improve the functionality, to support this project you can:
- Post thoughts or issues about new features/optimizations that important to you
- Submit bug using one of the following patterns:
- The step how to reproduce the issue
- Any snapshot that show the issue is appreciate
Licensed under the Apache 2.0 License Copyright 2016 by Owen Zou