# zouzg/mybatis-generator-gui

mybatis-generator界面工具，让你生成代码更简单更快捷

Repository: https://github.com/zouzg/mybatis-generator-gui
Canonical: https://ross.abutalabs.com/products/mybatis-generator-gui
Language: Java
License Family: other
Last push: 2024-07-09T08:13:22+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3769, "days_push": 785, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6677, forks 2493 (observed 2026-08-28T04:09:47.561488+00:00)

## What it is
A JavaFX-based GUI tool built on top of MyBatis Generator that lets developers generate MyBatis Java POJOs and database mapping files through a visual interface instead of hand-writing XML configuration. It supports MySQL, Oracle, PostgreSQL, and SQL Server, with saved connection configs and SSH tunnel access.

## Use cases
- generate mybatis pojo and mapper files from database tables
- avoid writing mybatis generator xml configuration by hand
- generate entity classes with column comments from a mysql database
- connect to an internal database over ssh tunnel to generate code
- generate single-table crud dao code quickly
- save database connection and generator configs for reuse

## When to choose
- you use MyBatis in a Java project and want fast single-table CRUD code generation
- you find MyBatis Generator's XML configuration tedious and prefer a GUI
- you need SSH tunnel access to a company intranet database for codegen
- you work with MySQL, Oracle, PostgreSQL, or SQL Server on JDK 8 or 11

## When to avoid
- you need join queries or complex mappings - the tool only generates single-table CRUD
- you use a database other than MySQL, Oracle, PostgreSQL, or SQL Server
- your project runs on a JDK other than 8 or 11
- you prefer CLI or build-integrated code generation over a desktop GUI

## Facets
- artifact type: application
- maturity: maintenance
- function: gui, orm, database, developer-tools
- domain: developer-tools, databases, backend
- platform: windows, cross-platform, jvm
- tags: mybatis, code-generator, javafx, mysql, oracle, postgresql, sql-server, ssh-tunnel, pojo-generation, code-generation, java, macos, desktop

## Member repositories
- zouzg/mybatis-generator-gui (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:47.561488+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:43:01.028268+00:00, confidence not recorded.
  - readme: https://github.com/zouzg/mybatis-generator-gui (fetched 2026-08-28T04:09:47.561488+00:00, sha 7ae972be4034)
- Data as of 2026-08-30T08:39:29.467469+00:00.
