kotlin-mybatis-entity-generator

所属分类:开发工具
开发工具:kotlin
文件大小:0KB
下载次数:0
上传日期:2022-01-10 06:30:34
上 传 者sh-1993
说明:  用于Intellij Idea插件的MyBatis唯一实体生成器,
(MyBatis Only Entity Generator for Intellij Idea Plugin,)

文件列表:
.editorconfig (171, 2022-01-09)
.java-version (3, 2022-01-09)
CHANGELOG.md (1174, 2022-01-09)
LICENSE (11352, 2022-01-09)
build.gradle.kts (4539, 2022-01-09)
detekt-config.yml (181, 2022-01-09)
docker-compose.yml (646, 2022-01-09)
gradle.properties (373, 2022-01-09)
gradle/ (0, 2022-01-09)
gradle/wrapper/ (0, 2022-01-09)
gradle/wrapper/gradle-wrapper.jar (55190, 2022-01-09)
gradle/wrapper/gradle-wrapper.properties (232, 2022-01-09)
gradlew (5766, 2022-01-09)
gradlew.bat (2954, 2022-01-09)
images/ (0, 2022-01-09)
images/demo_v002.gif (2220397, 2022-01-09)
mysql/ (0, 2022-01-09)
mysql/Dockerfile (92, 2022-01-09)
mysql/initdb.d/ (0, 2022-01-09)
mysql/initdb.d/inittable.sql (130, 2022-01-09)
mysql/my.cnf (178, 2022-01-09)
postgres/ (0, 2022-01-09)
postgres/init/ (0, 2022-01-09)
postgres/init/init.sql (277, 2022-01-09)
settings.gradle.kts (53, 2022-01-09)
src/ (0, 2022-01-09)
src/main/ (0, 2022-01-09)
src/main/java/ (0, 2022-01-09)
src/main/java/com/ (0, 2022-01-09)
src/main/java/com/github/ (0, 2022-01-09)
src/main/java/com/github/shuntakeuch1/ (0, 2022-01-09)
src/main/java/com/github/shuntakeuch1/kotlinmybatisentitygenerator/ (0, 2022-01-09)
src/main/java/com/github/shuntakeuch1/kotlinmybatisentitygenerator/view/ (0, 2022-01-09)
... ...

# kotlin-mybatis-entity-generator ![Build](https://github.com/shuntakeuch1/kotlin-mybatis-entity-generator/workflows/Build/badge.svg) [![Version](https://img.shields.io/jetbrains/plugin/v/14770-kotlin-mybatis-entity-generator.svg)](https://plugins.jetbrains.com/plugin/14770-kotlin-mybatis-entity-generator) [![Downloads](https://img.shields.io/jetbrains/plugin/d/14770-kotlin-mybatis-entity-generator.svg)](https://plugins.jetbrains.com/plugin/14770-kotlin-mybatis-entity-generator) Generate a mapping class file for a single table.

## Installation - Using IDE built-in plugin system: Preferences > Plugins > Marketplace > Search for "kotlin-mybatis-entity-generator" > Install Plugin - Manually: Download the [latest release](https://github.com/shuntakeuch1/kotlin-mybatis-entity-generator/releases/latest) and install it manually using Preferences > Plugins > > Install plugin from disk... ## Support data type
Kotlin MySQL
Int TINYINT,SMALLINT,MEDIUMINT,INT,BIGINT
LocalDatetime DATE,TIME,DATETIME,TIMESTAMP,YEAR
String CHAR,VARCHAR,BINARY,VARBINARY
TINYBLOB,BLOB,MEDIUMBLOB,LONGBLOB
TINYTEXT,TEXT,MEDIUMTEXT,LONGTEXT
JSON,ENUM
PostgreSQL(coming soon) ... --- Plugin based on the [IntelliJ Platform Plugin Template][template]. [template]: https://github.com/JetBrains/intellij-platform-plugin-template

近期下载者

相关文件


收藏者