5 Star 12 Fork 5

單綫守護/DynamicDataSource

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 514 Bytes
一键复制 编辑 原始数据 按行查看 历史
單綫守護 提交于 2018-10-06 11:58 . init
buildscript {
apply from: "https://gitee.com/potterjoy/pub_config/raw/master/ext.gradle"
apply from: "${project.gradle.gradleHomeDir}/conf.gradle"
repositories {
maven { url nexusUrl }
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}
allprojects {
group = 'com.crazyteam.common'
version = '0.0.1-SNAPSHOT'
}
subprojects {
apply from: "https://gitee.com/potterjoy/pub_config/raw/master/public.gradle"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/potterjoy/DynamicDataSource.git
git@gitee.com:potterjoy/DynamicDataSource.git
potterjoy
DynamicDataSource
DynamicDataSource
master

搜索帮助