移除open等多余代码;重命名授权api名称

This commit is contained in:
2021-04-06 20:58:05 +08:00
parent de43b82f24
commit 7f97a1d9a3
20 changed files with 161 additions and 97 deletions

View File

@@ -1,10 +1,12 @@
buildscript {
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:$spring_version")
classpath("org.jetbrains.kotlin:kotlin-allopen:$kotlin_version")
}
}
apply plugin: 'org.springframework.boot'
apply plugin: 'kotlin-spring'
jar.enabled = true //jar SKIPPED问题,不设置可能会无法打jar
@@ -14,7 +16,6 @@ dependencies {
compile "com.synebula:gaea.app:$gaea_version"
compile "com.synebula:gaea.mongo:$gaea_version"
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
}
publishing {