Commit 801afe90 authored by 郭燕飞's avatar 郭燕飞 💬

模板升级

parent 1ccb8221
......@@ -12,17 +12,16 @@ dependencies {
compile 'cn.com.duiba.boot:spring-boot-starter-perftest'
compile 'cn.com.duiba.boot:spring-boot-starter-mybatis'
compile 'cn.com.duiba.boot:spring-boot-starter-logger'
compile 'cn.com.duiba.boot:spring-boot-starter-cat'
compile 'org.springframework.boot:spring-boot-starter-web'
compile 'org.springframework.boot:spring-boot-starter-actuator'
compile 'org.springframework.boot:spring-boot-starter-jdbc'
compile 'org.springframework.cloud:spring-cloud-starter-config'
compile 'org.springframework.cloud:spring-cloud-starter-eureka'
compile 'org.springframework.cloud:spring-cloud-starter-hystrix'
compile 'org.springframework.cloud:spring-cloud-starter-ribbon'
compile 'org.springframework.cloud:spring-cloud-starter-feign'
compile 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
compile 'org.springframework.cloud:spring-cloud-starter-netflix-hystrix'
compile 'org.springframework.cloud:spring-cloud-starter-netflix-ribbon'
compile 'org.springframework.cloud:spring-cloud-starter-openfeign'
compile 'org.apache.commons:commons-dbcp2'
......
buildscript {
ext {
springBootVersion = '1.5.8.RELEASE'
springBootVersion = '1.5.9.RELEASE'
}
repositories {
mavenLocal()
......@@ -49,7 +49,7 @@ subprojects {
imports {
mavenBom 'cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.112'
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Dalston.SR4'
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Edgware.RELEASE'
}
dependency 'com.alibaba:fastjson:1.2.29'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment