|
@@ -81,32 +81,10 @@ subprojects {
|
|
|
// Kotlin
|
|
|
compile("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version")
|
|
|
compile("org.jetbrains.kotlin:kotlin-reflect:$kotlin_version")
|
|
|
-
|
|
|
- kapt("org.springframework.boot:spring-boot-configuration-processor")
|
|
|
- // SpringBoot Starter
|
|
|
-
|
|
|
- compile('org.springframework.cloud:spring-cloud-starter-netflix-eureka-client')
|
|
|
- compile('org.springframework.cloud:spring-cloud-starter-openfeign')
|
|
|
-//
|
|
|
-
|
|
|
-// compile('org.springframework.boot:spring-boot-starter-web')
|
|
|
- compile('org.springframework.boot:spring-boot-starter-webflux')
|
|
|
-
|
|
|
- compile('org.springframework.boot:spring-boot-starter-jdbc')
|
|
|
- compile('org.springframework.boot:spring-boot-starter-actuator')
|
|
|
- compile("de.codecentric:spring-boot-admin-starter-client:${springBootAdminVersion}")
|
|
|
- compile('org.springframework.boot:spring-boot-starter-undertow')
|
|
|
-
|
|
|
-// cache
|
|
|
- compile('org.springframework.boot:spring-boot-starter-cache')
|
|
|
-
|
|
|
-
|
|
|
- compile('org.springframework.cloud:spring-cloud-starter-config')
|
|
|
-
|
|
|
+
|
|
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
|
|
// mq
|
|
|
compile("io.reactivex.rxjava2:rxjava:$rxJavaVersion")
|
|
|
-
|
|
|
compile("com.belerweb:pinyin4j:$pinyin4j_version")
|
|
|
|
|
|
// commons
|
|
@@ -114,11 +92,7 @@ subprojects {
|
|
|
compile("org.apache.commons:commons-lang3:$commons_lang3_version")
|
|
|
compile("commons-codec:commons-codec:$commons_codec_version")
|
|
|
compile("javax.servlet:javax.servlet-api:4.0.1")
|
|
|
- // cache
|
|
|
- compile("com.github.ben-manes.caffeine:caffeine:$caffeine_version")
|
|
|
- // db
|
|
|
- compile("mysql:mysql-connector-java:$mysql_connector_version")
|
|
|
- compile("com.baomidou:mybatis-plus-boot-starter:$mybatisPlusVersion")
|
|
|
+
|
|
|
// swagger
|
|
|
compile("io.springfox:springfox-swagger2:$swagger_version")
|
|
|
compile("io.springfox:springfox-swagger-ui:$swagger_version")
|