nl.litpho.mybatisgenerator
所有者: Jasper de Vries
使用 Liquibase 的 Gradle Mybatisgenerator 插件
https://github.com/litpho/mybatisgenerator-plugin
来源: https://github.com/litpho/mybatisgenerator-plugin
版本 0.1.0 (最新版)
0.1.0
创建于 2022 年 12 月 21 日。
使用 Liquibase 的 Gradle Mybatisgenerator 插件
使用 插件 DSL
plugins {
id("nl.litpho.mybatisgenerator") version "0.1.0"
}
使用 遗留插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("nl.litpho.mybatisgenerator:mybatisgenerator-plugin:0.1.0")
}
}
apply(plugin = "nl.litpho.mybatisgenerator")