|
@@ -1,6 +1,6 @@
|
|
|
buildscript {
|
|
|
ext {
|
|
|
- kotlin_version = '1.2.61'
|
|
|
+ kotlin_version = '1.2.51'
|
|
|
springBootVersion = '2.0.1.RELEASE'
|
|
|
springCloudVersion = 'Finchley.SR1'
|
|
|
mybatisPlusVersion = '3.0.3'
|
|
@@ -85,7 +85,7 @@ subprojects {
|
|
|
|
|
|
compile('org.springframework.cloud:spring-cloud-config-server')
|
|
|
compile('org.springframework.cloud:spring-cloud-starter-netflix-eureka-server')
|
|
|
- compile('org.springframework.cloud:spring-cloud-starter-openfeign')
|
|
|
+// compile('org.springframework.cloud:spring-cloud-starter-openfeign')
|
|
|
//
|
|
|
compile('org.springframework.boot:spring-boot-starter')
|
|
|
compile('org.springframework.boot:spring-boot-starter-web')
|
|
@@ -96,15 +96,11 @@ subprojects {
|
|
|
|
|
|
// cache
|
|
|
compile('org.springframework.boot:spring-boot-starter-cache')
|
|
|
- compile('org.springframework.boot:spring-boot-starter-data-redis')
|
|
|
- compile('redis.clients:jedis:2.9.0')
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
|
|
// mq
|
|
|
|
|
|
- // shiro
|
|
|
- compile("org.apache.shiro:shiro-spring:$shiro_version")
|
|
|
+
|
|
|
|
|
|
compile group: 'com.fasterxml.jackson.module', name: 'jackson-module-kotlin', version: '2.9.6'
|
|
|
|
|
@@ -120,29 +116,22 @@ subprojects {
|
|
|
compile("javax.servlet:javax.servlet-api:3.1.0")
|
|
|
compile("javax.servlet:servlet-api:2.5")
|
|
|
|
|
|
- // 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")
|
|
|
- // job
|
|
|
- compile("com.xuxueli:xxl-job-core:$xxljob_version")
|
|
|
+
|
|
|
+
|
|
|
|
|
|
// swagger
|
|
|
compile("io.springfox:springfox-swagger2:$swagger_version")
|
|
|
compile("io.springfox:springfox-swagger-ui:$swagger_version")
|
|
|
-
|
|
|
- // utils
|
|
|
- compile("org.projectlombok:lombok:1.18.2")
|
|
|
- compile("com.alibaba:fastjson:$fastjson_version")
|
|
|
- compile("com.belerweb:pinyin4j:$pinyin4j_version")
|
|
|
+
|
|
|
|
|
|
|
|
|
compile("org.apache.velocity:velocity-engine-core:2.0")
|
|
|
// sql parser
|
|
|
compile("com.github.jsqlparser:jsqlparser:$jsqlparser_version")
|
|
|
- // fastdfs
|
|
|
- compile("com.github.tobato:fastdfs-client:$fastdfs_client_version")
|
|
|
+
|
|
|
|
|
|
ext.jarTree = fileTree(dir: 'libs', include: '**/*.jar')
|
|
|
compile jarTree
|