# makejavas/EasyCode

基于IntelliJ IDEA开发的代码生成插件，支持自定义任意模板（Java，html，js，xml）。只要是与数据库相关的代码都可以通过自定义模板来生成。支持数据库类型与java类型映射关系配置。支持同时生成生成多张表的代码。每张表有独立的配置信息。完全的个性化定义，规则由你设置。

Repository: https://github.com/makejavas/EasyCode
Canonical: https://ross.abutalabs.com/products/easycode
Language: Java
License: MIT
License Family: permissive
Topics: idea-plugin, code-generator
Last push: 2024-11-18T04:35:46+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": 2963, "days_push": 653, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1109, forks 343 (observed 2026-08-28T04:03:37.259284+00:00)

## What it is
EasyCode is an IntelliJ IDEA plugin that generates code from database tables using customizable Velocity templates. It can generate entities, DAOs, services, controllers, and any other database-related code such as HTML, JS, or XML.

## Use cases
- generate entity dao service controller classes from database tables
- generate java code from mysql tables in intellij idea
- create custom velocity templates for code generation
- generate code for multiple database tables at once
- configure database to java type mappings
- generate html js xml from database schema

## When to choose
- you use IntelliJ IDEA Ultimate and want IDE-integrated scaffolding from database tables
- you need fully customizable Velocity templates for generated code
- you work with databases supported by IDEA's Database Tool and want multi-table generation

## When to avoid
- you don't use IntelliJ IDEA Ultimate (the plugin requires it)
- you need a standalone or CLI code generator outside the IDE
- you use a database not supported by IDEA's Database Tool

## Facets
- artifact type: plugin
- maturity: active
- function: templating, developer-tools
- domain: developer-tools, databases, web-development
- platform: editor-plugin, jvm
- tags: intellij-idea, velocity-templates, code-generator, database, scaffolding, orm-scaffolding, code-generation

## Member repositories
- makejavas/EasyCode (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:37.259284+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-30T06:43:36.281309+00:00, confidence not recorded.
  - readme: https://github.com/makejavas/EasyCode (fetched 2026-08-28T04:03:37.259284+00:00, sha 32677cf4d02f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
