|
@@ -15,8 +15,8 @@ buildscript {
|
|
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'
|
|
activiti_starter_version = '6.0.0'
|
|
-// rabbitmq_version = '5.1.2'
|
|
|
|
- rocketmq_version = '4.2.0'
|
|
|
|
|
|
+// rocketmq_starter_version = '1.1.0-RELEASE'
|
|
|
|
+ rocketmq_starter_version = '0.1.0'
|
|
xxljob_version = '1.9.0'
|
|
xxljob_version = '1.9.0'
|
|
swagger_version = '2.7.0'
|
|
swagger_version = '2.7.0'
|
|
fastjson_version = '1.2.44'
|
|
fastjson_version = '1.2.44'
|
|
@@ -27,6 +27,7 @@ buildscript {
|
|
dubbo_starter_version = '0.1.0'
|
|
dubbo_starter_version = '0.1.0'
|
|
dubbo_version = "2.6.1"
|
|
dubbo_version = "2.6.1"
|
|
jsqlparser_version = '1.2'
|
|
jsqlparser_version = '1.2'
|
|
|
|
+
|
|
}
|
|
}
|
|
repositories {
|
|
repositories {
|
|
mavenCentral()
|
|
mavenCentral()
|
|
@@ -73,7 +74,7 @@ subprojects {
|
|
compile("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version")
|
|
compile("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version")
|
|
compile("org.jetbrains.kotlin:kotlin-reflect:$kotlin_version")
|
|
compile("org.jetbrains.kotlin:kotlin-reflect:$kotlin_version")
|
|
|
|
|
|
- kapt "org.springframework.boot:spring-boot-configuration-processor"
|
|
|
|
|
|
+ kapt("org.springframework.boot:spring-boot-configuration-processor")
|
|
optional("org.springframework.boot:spring-boot-configuration-processor")
|
|
optional("org.springframework.boot:spring-boot-configuration-processor")
|
|
// SpringBoot Starter
|
|
// SpringBoot Starter
|
|
compile('org.springframework.boot:spring-boot-starter')
|
|
compile('org.springframework.boot:spring-boot-starter')
|
|
@@ -93,7 +94,9 @@ subprojects {
|
|
// compile('org.springframework.session:spring-session-data-redis')
|
|
// compile('org.springframework.session:spring-session-data-redis')
|
|
|
|
|
|
// mq
|
|
// mq
|
|
- compile("org.apache.rocketmq:rocketmq-client:$rocketmq_version")
|
|
|
|
|
|
+// compile("org.apache.rocketmq:rocketmq-client:$rocketmq_version")
|
|
|
|
+// compile("com.qianmi:spring-boot-starter-rocketmq:$rocketmq_starter_version")
|
|
|
|
+ compile("com.maihaoche:spring-boot-starter-rocketmq:$rocketmq_starter_version")
|
|
|
|
|
|
// shiro
|
|
// shiro
|
|
compile("org.apache.shiro:shiro-spring:$shiro_version")
|
|
compile("org.apache.shiro:shiro-spring:$shiro_version")
|
|
@@ -137,7 +140,7 @@ subprojects {
|
|
// compile("com.github.penggle:kaptcha:2.3.2")
|
|
// compile("com.github.penggle:kaptcha:2.3.2")
|
|
compile("com.alibaba:fastjson:$fastjson_version")
|
|
compile("com.alibaba:fastjson:$fastjson_version")
|
|
compile("com.belerweb:pinyin4j:$pinyin4j_version")
|
|
compile("com.belerweb:pinyin4j:$pinyin4j_version")
|
|
- compile('com.github.hotchemi:khronos:0.9.0')
|
|
|
|
|
|
+// compile('com.github.hotchemi:khronos:0.9.0')
|
|
compile('com.github.shihyuho:jackson-dynamic-filter:1.0')
|
|
compile('com.github.shihyuho:jackson-dynamic-filter:1.0')
|
|
|
|
|
|
// rpc
|
|
// rpc
|