代码拉取完成,页面将自动刷新
/** ******************************************************************************************/
buildscript {
repositories {
maven { url REPO_ALIYUN_GRADLE_PLUGIN }
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:${springBootPluginVersion}"
classpath "gradle.plugin.org.jruyi.gradle:thrift-gradle-plugin:${thriftPluginVersion}"
classpath "gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:${gprcPluginVersion}"
}
}
/** ******************************************************************************************/
allprojects {
group rootProject.name
version meJreLibsVersion
repositories {
mavenLocal()
maven { url REPO_ALIYUN_PUBLIC }
maven {
credentials {
username REPO_ALIYUN_USERNAME
password REPO_ALIYUN_PASSWORD
}
url REPO_ALIYUN_RELAESE
}
maven {
credentials {
username REPO_USERNAME
password REPO_PASSWORD
}
url REPO_ALIYUN_SNAPSHOT
}
}
}
subprojects {
ext{
rootPath = rootProject.rootDir.getAbsolutePath()
gradlesPath = "${rootPath}/gradles/"
}
configurations {
//排除log4j
all*.exclude group: "org.slf4j", module: "log4j-over-slf4j"
all*.exclude group: "log4j", module: "log4j"
}
configurations.configureEach {
resolutionStrategy {
//强制统一依赖版本
force "com.google.guava:guava:${guavaVersion}"
force "io.netty:netty-all:${nettyVersion}"
force "com.ecwid.consul:consul-api:${consulVersion}"
force "org.apache.commons:commons-pool2:${commonsPool2Version}"
force "org.apache.commons:commons-lang3:${commonsLang3Version}"
force "org.apache.commons:commons-collections4:${commonsCollections4Version}"
force "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
force "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
force "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
}
}
}
/** ******************************************************************************************/
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。