1 Star 0 Fork 203

江北青衣 / config-keeper

forked from sxfad / config-keeper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
qiujiayu 提交于 2018-09-11 18:30 . init
buildscript {
ext {
sxGradleHome = "https://github.com/sxfad/gradle-scripts/raw/master/"
swaggerVersion = "2.8.0"
}
apply from: sxGradleHome + 'maven.gradle'
apply from: sxGradleHome + 'spring-cloud-edgware.gradle'
repositories {
maven { url REPOSITORY_URL }
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}
subprojects {
apply from: sxGradleHome + 'maven.gradle'
apply from: sxGradleHome + 'spring-cloud.gradle'
version = '1.1.0-SNAPSHOT'
group = 'com.suixingpay.config'
description = '配置中心'
dependencies {
compileOnly("org.springframework.boot:spring-boot-configuration-processor")
compileOnly("org.projectlombok:lombok")
testCompile('org.projectlombok:lombok')
testCompile("org.springframework.boot:spring-boot-configuration-processor")
}
}
Java
1
https://gitee.com/JiangBeiQingYi/config-keeper.git
git@gitee.com:JiangBeiQingYi/config-keeper.git
JiangBeiQingYi
config-keeper
config-keeper
master

搜索帮助