编译启动成功

This commit is contained in:
陈云志
2020-12-22 17:27:59 +08:00
parent a36c9d007b
commit d4c400b9d0
12 changed files with 49 additions and 30 deletions

View File

@@ -4,8 +4,9 @@ buildscript {
}
ext {
springBoot = "2.3.4.RELEASE"
// springBoot = "2.4.0"
alibabaCloud = "2.2.3.RELEASE"
springCloud = "2.2.5.RELEASE"
springCloud = "2.2.6.RELEASE"
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBoot}")