Giter Site home page Giter Site logo

mybatis-generator-gui's Introduction

mybatis-generator-gui

mybatis-generator-gui是基于mybatis generator开发一款界面工具, 本工具可以使你非常容易及快速生成Mybatis的Java POJO文件及数据库Mapping文件。

MainUI

注意事项

  • 0.8.3版本请删除版本之前版本config目录下的sqlite3.db文件,重新mvn install安装

核心特性

  • 按照界面步骤轻松生成代码,省去XML繁琐的学习与配置过程
  • 保存数据库连接与Generator配置,每次代码生成轻松搞定
  • 内置常用插件,比如offset
  • 可选的去除掉对版本管理不友好的注释,这样新增或删除字段重新生成的文件比较过来清楚
  • 目前已经支持Mysql、Oracle、PostgreSQL与SQL Server,暂不对其他非主流数据库提供支持。

要求

本工具由于使用了Java 8的众多特性,所以要求JDK 1.8.0.60以上版本,对于JDK版本还没有升级的童鞋表示歉意。

下载

你可以从本链接下载本工具: https://github.com/astarring/mybatis-generator-gui/releases

启动本软件

  • 方法一: 自助构建
    git clone https://github.com/astarring/mybatis-generator-gui
    cd mybatis-generator-gui
    mvn jfx:jar
    cd target/jfx/app/
    java -jar mybatis-generator-gui.jar
  • 方法二: IDE中运行

Eclipse or IntelliJ IDEA中启动, 找到com.zzg.mybatis.generator.MainUI类并运行就可以了

文档

更多详细文档请参考本库的Wiki

贡献

目前本工具只是本人项目人使用到了并且觉得非常有用所以把它开源,如果你觉得有用并且想改进本软件,你可以:

  • 对于你认为有用的功能,你可以在Issue提,我可以开发的尽量满足
  • 对于有Bug的地方,请按如下方式在Issue中提bug
    • 如何重现你的bug,包括你使用的系统,JDK版本,数据库类型及版本
    • 如果有任何的错误截图会更好

QQ群

鉴于有的同学可能有一些特殊情况不能使用,我建了一个QQ群供大家交流。QQ群号:613911142


Licensed under the Apache 2.0 License

Copyright 2017 by Owen Zou

mybatis-generator-gui's People

Contributors

zouzg avatar imhun avatar one-gigabyte avatar yuana1 avatar earayu avatar sunzongming avatar cheney0214 avatar

Watchers

James Cloos avatar Lorgine avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.