代码拉取完成,页面将自动刷新
同步操作将从 罗浮第一光矢/微服务-广告推送系统 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
buildscript {
ext {
springBootVersion = '2.1.4.RELEASE'
springCloudVersion = 'Greenwich.SR1'
}
repositories {
mavenLocal()
maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
maven { url "https://oss.sonatype.org/content/groups/public/" }
maven { url "https://repo.spring.io/libs-milestone/" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://plugins.gradle.org/m2/"}
jcenter()
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}
allprojects {
apply {
plugin 'java'
plugin 'idea'
plugin 'io.spring.dependency-management'
plugin 'org.springframework.boot'
}
ext {
springBootVersion = '2.1.4.RELEASE'
springCloudVersion = 'Greenwich.SR1'
}
group = 'tv.acgn'
version = '1.0-SNAPSHOT'
sourceCompatibility = 11
targetCompatibility = 11
repositories {
mavenLocal()
maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
maven { url "https://oss.sonatype.org/content/groups/public/" }
maven { url "https://repo.spring.io/libs-milestone/" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://plugins.gradle.org/m2/"}
jcenter()
mavenCentral()
}
dependencies {
implementation("org.projectlombok:lombok:1.18.6")
testImplementation("org.projectlombok:lombok:1.18.6")
annotationProcessor("org.projectlombok:lombok:1.18.6")
testAnnotationProcessor("org.projectlombok:lombok:1.18.6")
implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.2'
testImplementation group: 'junit', name: 'junit', version: '4.12'
testImplementation "org.springframework.boot:spring-boot-starter-test"
}
dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
}
}
jar {
enabled=true
}
bootJar{
enabled=false
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。