Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1018 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 1018 Bytes

mybatis-generator-gui

mybatis-generator-gui is a mybatis generator GUI tool, used to easy generate mybatis java mapping files and mapper xml file.

MainUI

Downloads

Building from source

git clone https://github.com/astarring/mybatis-generator-gui
cd mybatis-generator-gui
mvn jfx:jar

Run

Run mybatis-generator-gui

cd target/jfx/app/\
java -jar mybatis-generator-gui.jar

Contribution

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