1 Star 0 Fork 14

DaveModl/微服务-广告推送系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 2.18 KB
一键复制 编辑 原始数据 按行查看 历史
罗浮第一光矢 提交于 2019-05-26 01:35 . 新开发内容
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
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/DaveModl/advertisement.git
[email protected]:DaveModl/advertisement.git
DaveModl
advertisement
微服务-广告推送系统
master

搜索帮助