Commit 79a2a176 authored by 郭燕飞's avatar 郭燕飞 💬

youhua

parent d0125ee7
...@@ -27,14 +27,12 @@ dependencies { ...@@ -27,14 +27,12 @@ dependencies {
compile "mysql:mysql-connector-java" compile "mysql:mysql-connector-java"
compile "javax.validation:validation-api"
testCompile "org.springframework.boot:spring-boot-starter-test" testCompile "org.springframework.boot:spring-boot-starter-test"
} }
install {// install {
enabled = false enabled = false
} }
uploadArchives {// uploadArchives {
enabled = false enabled = false
} }
...@@ -97,22 +97,18 @@ dependencies { ...@@ -97,22 +97,18 @@ dependencies {
compile "org.springframework.cloud:spring-cloud-starter-netflix-ribbon" compile "org.springframework.cloud:spring-cloud-starter-netflix-ribbon"
compile "org.springframework.cloud:spring-cloud-starter-openfeign" compile "org.springframework.cloud:spring-cloud-starter-openfeign"
compile "javax.validation:validation-api" compile "io.springfox:springfox-swagger-ui:2.7.0"
compile "io.springfox:springfox-swagger2:2.7.0"
compile "io.springfox:springfox-swagger-ui:2.5.0"
compile "io.springfox:springfox-swagger2:2.5.0"
compile "com.alibaba:fastjson"
// sso版本,请使用 2.5.2 以上 // sso版本,请使用 2.5.2 以上
testCompile "org.springframework.boot:spring-boot-starter-test" testCompile "org.springframework.boot:spring-boot-starter-test"
} }
install {// install {
enabled = false enabled = false
} }
uploadArchives {// uploadArchives {
enabled = false enabled = false
} }
......
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