当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
27 Star 133 Fork 49

小螺号滴滴吹 / mybatis-generator
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 569 Bytes
一键复制 编辑 原始数据 按行查看 历史
yixin.jiluohao 提交于 2020-01-03 17:39 . 版本修改
allprojects {
group = 'com.jlh.idea-mybatis'
version = "1.0.0"
}
subprojects {
apply plugin: 'java'
}
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.org.jetbrains.intellij.plugins:gradle-intellij-plugin:0.4.8"
}
}
apply plugin: "org.jetbrains.intellij"
group 'com.jlh'
version '2.13'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}
Java
1
https://gitee.com/rohou/mybatis-generator.git
git@gitee.com:rohou/mybatis-generator.git
rohou
mybatis-generator
mybatis-generator
master

搜索帮助