apply from: "$rootDir/gradle/service-base.gradle" apply from: "$rootDir/gradle/publish.gradle" group 'com.uas.cloud.mall' version '0.1.0' jar { baseName = 'mall-home-app' version = '0.1.0' } dependencies { compile("org.springframework.boot:spring-boot-starter-web") compile("org.thymeleaf:thymeleaf-spring4") compile("org.springframework.cloud:spring-cloud-starter-feign") compile("org.springframework.cloud:spring-cloud-starter-ribbon") compile("org.springframework.cloud:spring-cloud-starter-hystrix") compile "com.uas.cloud.base.commons:common:0.1.0" }