|
@@ -53,6 +53,11 @@ subprojects {
|
|
|
[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'
|
|
|
compileJava.dependsOn(processResources)
|
|
|
|
|
|
+ ext{
|
|
|
+ set('springBootAdminVersion', '2.1.4')
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
repositories {
|
|
|
maven { url 'https://maven.aliyun.com/repository/public' }
|
|
|
mavenCentral()
|
|
@@ -99,6 +104,7 @@ subprojects {
|
|
|
compile('org.springframework.boot:spring-boot-starter-web')
|
|
|
compile('org.springframework.boot:spring-boot-starter-jdbc')
|
|
|
compile('org.springframework.boot:spring-boot-starter-actuator')
|
|
|
+ compile("de.codecentric:spring-boot-admin-starter-client:${springBootAdminVersion}")
|
|
|
|
|
|
compile('org.springframework.boot:spring-boot-starter-jta-atomikos')
|
|
|
compile('org.springframework.boot:spring-boot-starter-jetty')
|