|
|
@ -11,7 +11,6 @@ buildscript { |
|
|
|
} |
|
|
|
|
|
|
|
apply plugin: 'java' |
|
|
|
apply plugin: 'eclipse' |
|
|
|
apply plugin: 'org.springframework.boot' |
|
|
|
apply plugin: 'io.spring.dependency-management' |
|
|
|
|
|
|
@ -23,11 +22,14 @@ repositories { |
|
|
|
mavenCentral() |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
ext { |
|
|
|
springCloudVersion = 'Finchley.RELEASE' |
|
|
|
} |
|
|
|
|
|
|
|
jar{ |
|
|
|
manifest {attributes 'Main-Class':'com.trgis.sb2sc.Sb2scConfigApplication'} |
|
|
|
} |
|
|
|
|
|
|
|
dependencies { |
|
|
|
compile('org.springframework.cloud:spring-cloud-config-server') |
|
|
|
compile('org.springframework.cloud:spring-cloud-starter-netflix-eureka-client') |
|
|
|