|
@@ -8,28 +8,17 @@ buildscript {
|
|
commons_io_version = '2.5'
|
|
commons_io_version = '2.5'
|
|
commons_lang3_version = '3.5'
|
|
commons_lang3_version = '3.5'
|
|
commons_codec_version = '1.10'
|
|
commons_codec_version = '1.10'
|
|
- commons_fileupload_version = '1.3.2'
|
|
|
|
slf4j_api_version = '1.7.25'
|
|
slf4j_api_version = '1.7.25'
|
|
- ehcache_version = '3.4.0'
|
|
|
|
- ehcache_core_version = '2.6.11'
|
|
|
|
mysql_connector_version = '5.1.45'
|
|
mysql_connector_version = '5.1.45'
|
|
- alidruid_version = '1.1.6'
|
|
|
|
mybatis_plus_version = '2.2.0'
|
|
mybatis_plus_version = '2.2.0'
|
|
mybatis_plus_boot_version = '1.0.5'
|
|
mybatis_plus_boot_version = '1.0.5'
|
|
- activiti_starter_version = '6.0.0'
|
|
|
|
-// rocketmq_starter_version = '1.1.0-RELEASE'
|
|
|
|
- rocketmq_starter_version = '0.1.0'
|
|
|
|
- xxljob_version = '1.9.0'
|
|
|
|
swagger_version = '2.7.0'
|
|
swagger_version = '2.7.0'
|
|
- fastjson_version = '1.2.44'
|
|
|
|
- pinyin4j_version = '2.5.1'
|
|
|
|
-// kisso_version = '3.6.13'
|
|
|
|
caffeine_version = '2.6.1'
|
|
caffeine_version = '2.6.1'
|
|
shiro_version = '1.4.0'
|
|
shiro_version = '1.4.0'
|
|
- dubbo_starter_version = '0.1.0'
|
|
|
|
- dubbo_version = "2.6.1"
|
|
|
|
- jsqlparser_version = '1.2'
|
|
|
|
- fastdfs_client_version = '1.26.2'
|
|
|
|
|
|
+ pinyin4j_version = '2.5.1'
|
|
|
|
+ rxJavaVersion='2.2.3'
|
|
|
|
+ jwtVersion = '1.3.8.2'
|
|
|
|
+ authVersion='1.1.5.4'
|
|
}
|
|
}
|
|
repositories {
|
|
repositories {
|
|
mavenCentral()
|
|
mavenCentral()
|
|
@@ -43,8 +32,8 @@ buildscript {
|
|
}
|
|
}
|
|
|
|
|
|
allprojects {
|
|
allprojects {
|
|
- group = "com.gxzc.zen"
|
|
|
|
- version = "1.0-SNAPSHOT"
|
|
|
|
|
|
+ group = "cn.gygxzc.cloud"
|
|
|
|
+ version = "1.0"
|
|
}
|
|
}
|
|
|
|
|
|
subprojects {
|
|
subprojects {
|
|
@@ -67,10 +56,10 @@ subprojects {
|
|
mavenCentral()
|
|
mavenCentral()
|
|
jcenter()
|
|
jcenter()
|
|
maven {
|
|
maven {
|
|
- url("https://repo.rdc.aliyun.com/repository/33224-release-ycBLfV")
|
|
|
|
|
|
+ url("https://repo.rdc.aliyun.com/repository/37165-release-a3lssL")
|
|
credentials {
|
|
credentials {
|
|
- username 'TbLzWL'
|
|
|
|
- password 'mCl1FI5SVB'
|
|
|
|
|
|
+ username 'Dz38pq'
|
|
|
|
+ password 'U1oB2RJOJa'
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -81,6 +70,9 @@ subprojects {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ configurations{
|
|
|
|
+ all*.exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
|
|
|
|
+ }
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
// Kotlin
|
|
// Kotlin
|
|
@@ -96,9 +88,11 @@ subprojects {
|
|
//
|
|
//
|
|
|
|
|
|
compile('org.springframework.boot:spring-boot-starter-web')
|
|
compile('org.springframework.boot:spring-boot-starter-web')
|
|
|
|
+ compile('org.springframework.boot:spring-boot-starter-jdbc')
|
|
compile('org.springframework.boot:spring-boot-starter-actuator')
|
|
compile('org.springframework.boot:spring-boot-starter-actuator')
|
|
- compile('org.springframework.boot:spring-boot-starter-websocket')
|
|
|
|
|
|
+
|
|
compile('org.springframework.boot:spring-boot-starter-jta-atomikos')
|
|
compile('org.springframework.boot:spring-boot-starter-jta-atomikos')
|
|
|
|
+ compile('org.springframework.boot:spring-boot-starter-jetty')
|
|
|
|
|
|
// cache
|
|
// cache
|
|
compile('org.springframework.boot:spring-boot-starter-cache')
|
|
compile('org.springframework.boot:spring-boot-starter-cache')
|
|
@@ -106,23 +100,23 @@ subprojects {
|
|
compile('redis.clients:jedis:2.9.0')
|
|
compile('redis.clients:jedis:2.9.0')
|
|
|
|
|
|
|
|
|
|
|
|
+ compile('org.springframework.cloud:spring-cloud-starter-config')
|
|
|
|
+
|
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
|
// mq
|
|
// mq
|
|
|
|
+ compile('com.fasterxml.jackson.module:jackson-module-kotlin:2.9.6')
|
|
|
|
+ compile("io.reactivex.rxjava2:rxjava:$rxJavaVersion")
|
|
|
|
+
|
|
|
|
|
|
- // shiro
|
|
|
|
|
|
+ //只因用shiro核心包
|
|
compile("org.apache.shiro:shiro-spring:$shiro_version")
|
|
compile("org.apache.shiro:shiro-spring:$shiro_version")
|
|
|
|
|
|
- compile group: 'com.fasterxml.jackson.module', name: 'jackson-module-kotlin', version: '2.9.6'
|
|
|
|
|
|
+ compile("com.belerweb:pinyin4j:$pinyin4j_version")
|
|
|
|
|
|
// commons
|
|
// commons
|
|
compile("commons-io:commons-io:$commons_io_version")
|
|
compile("commons-io:commons-io:$commons_io_version")
|
|
compile("org.apache.commons:commons-lang3:$commons_lang3_version")
|
|
compile("org.apache.commons:commons-lang3:$commons_lang3_version")
|
|
compile("commons-codec:commons-codec:$commons_codec_version")
|
|
compile("commons-codec:commons-codec:$commons_codec_version")
|
|
- compile("commons-fileupload:commons-fileupload:$commons_fileupload_version")
|
|
|
|
-
|
|
|
|
- // logger
|
|
|
|
- compile("org.slf4j:slf4j-api:$slf4j_api_version")
|
|
|
|
-
|
|
|
|
compile("javax.servlet:javax.servlet-api:3.1.0")
|
|
compile("javax.servlet:javax.servlet-api:3.1.0")
|
|
compile("javax.servlet:servlet-api:2.5")
|
|
compile("javax.servlet:servlet-api:2.5")
|
|
|
|
|
|
@@ -131,24 +125,12 @@ subprojects {
|
|
// db
|
|
// db
|
|
compile("mysql:mysql-connector-java:$mysql_connector_version")
|
|
compile("mysql:mysql-connector-java:$mysql_connector_version")
|
|
compile("com.baomidou:mybatis-plus-boot-starter:$mybatisPlusVersion")
|
|
compile("com.baomidou:mybatis-plus-boot-starter:$mybatisPlusVersion")
|
|
- // job
|
|
|
|
- compile("com.xuxueli:xxl-job-core:$xxljob_version")
|
|
|
|
-
|
|
|
|
// swagger
|
|
// swagger
|
|
compile("io.springfox:springfox-swagger2:$swagger_version")
|
|
compile("io.springfox:springfox-swagger2:$swagger_version")
|
|
compile("io.springfox:springfox-swagger-ui:$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")
|
|
|
|
|
|
+ compile("cn.gygxzc.cloud:jwt-session:$jwtVersion")
|
|
|
|
+ compile("cn.gygxzc.cloud:tina-auth:$authVersion")
|
|
|
|
|
|
ext.jarTree = fileTree(dir: 'libs', include: '**/*.jar')
|
|
ext.jarTree = fileTree(dir: 'libs', include: '**/*.jar')
|
|
compile jarTree
|
|
compile jarTree
|