# myCodeGen **Repository Path**: joe_luo/my-code-gen ## Basic Information - **Project Name**: myCodeGen - **Description**: 改过的codegen - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-11 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CodeGen This plugin helps you to generate specific template code by create table statement or database . [![release](https://img.shields.io/badge/IDEA-v1.2-blue.svg)](https://plugins.jetbrains.com/plugin/9574-codegen) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/hykes/CodeGen/blob/master/LICENSE) ![CodeGen](https://raw.githubusercontent.com/hykes/CodeGen/master/doc/codegen.gif) ### Installation - Using IDE built-in plugin system on Windows: - File > Settings > Plugins > Browse repositories... > Search for "CodeGen" > Install Plugin - Using IDE built-in plugin system on MacOs: - Preferences > Settings > Plugins > Browse repositories... > Search for "CodeGen" > Install Plugin - Manually: - Download the [latest release](https://github.com/hykes/CodeGen/releases) and install it manually using Preferences > Plugins > Install plugin from disk... Restart IDE. ### Usage - Connecting to Your Database: - View > Tool Windows > Database - CodeGen - Tools > CodeGen-SQL or `shift + command + g` - Select Table > Right click popup menu > CodeGen-DB ## Powered by - Velocity - IDEA database ## Idea sdk docs http://www.jetbrains.org/intellij/sdk/docs/welcome.html https://www.jetbrains.com/help/idea/meet-intellij-idea.html > How to setup * Clone the project, and open with IDEA (Community). * Install Gradle * Import project from existing sources (Use Gradle) * Create file gradle.properties & update ideaSDKlocalPath * Run Gradle task [buildPlugin] > FAQ * [Getting Started with Gradle](https://www.jetbrains.org/intellij/sdk/docs/tutorials/build_system/prerequisites.html) * [Convert Java Project into IntelliJ IDEA plugin](https://stackoverflow.com/questions/35470087/convert-java-project-into-intellij-idea-plugin) > Welcome to contribute ## Guide * [中文使用手册](/doc/Guide_zh_v1.2.md) ## Contributions * [hykes](https://github.com/hykes) * [IceMimosa](https://github.com/IceMimosa) ## License Copyright © 2019 [MIT License](https://github.com/hykes/CodeGen/blob/master/LICENSE)