mybatis-generator-gui is a mybatis generator GUI tool, used to easy generate mybatis java mapping files and mapper xml file.
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