1 Star 0 Fork 21

After90丶小忧傷 / mybatis-plus-sharding-jdbc-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
Huzi.Wang 提交于 2018-04-20 19:11 . fix config
group 'com.baomidou'
version '1.0-SNAPSHOT'
apply plugin: 'java'
//apply plugin: 'maven-deploy'
apply plugin: 'maven-publish'
apply plugin: 'propdeps'
apply plugin: 'propdeps-idea'
sourceCompatibility = 1.8
repositories {
mavenLocal()
maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "http://www.cameliatk.jp/maven2/repository/thirdparty" }
jcenter()
}
dependencies {
compile "com.baomidou:mybatis-plus:2.2.0"
compile "io.shardingjdbc:sharding-jdbc-core-spring-boot-starter:2.0.3"
compile "org.springframework.boot:spring-boot-autoconfigure:1.5.10.RELEASE"
compile "org.springframework.boot:spring-boot-configuration-processor:1.5.10.RELEASE"
provided "org.springframework.boot:spring-boot-starter:1.5.10.RELEASE"
optional "org.springframework.boot:spring-boot-starter-jdbc:1.5.10.RELEASE"
testCompile group: 'junit', name: 'junit', version: '4.12'
}
task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
from sourceSets.main.allSource
}
artifacts {
archives sourcesJar
}
buildscript {
repositories {
maven { url "https://repo.spring.io/plugins-release" }
}
dependencies {
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.7")
}
}
Java
1
https://gitee.com/xiaolongzi/mybatis-plus-sharding-jdbc-spring-boot-starter.git
git@gitee.com:xiaolongzi/mybatis-plus-sharding-jdbc-spring-boot-starter.git
xiaolongzi
mybatis-plus-sharding-jdbc-spring-boot-starter
mybatis-plus-sharding-jdbc-starter
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891