|
@@ -21,6 +21,7 @@ buildscript {
|
|
authVersion='1.2.2'
|
|
authVersion='1.2.2'
|
|
}
|
|
}
|
|
repositories {
|
|
repositories {
|
|
|
|
+ maven { url 'https://maven.aliyun.com/repository/public' }
|
|
mavenCentral()
|
|
mavenCentral()
|
|
maven { url = 'http://repo.spring.io/plugins-release' }
|
|
maven { url = 'http://repo.spring.io/plugins-release' }
|
|
}
|
|
}
|
|
@@ -52,7 +53,13 @@ subprojects {
|
|
[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'
|
|
[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'
|
|
compileJava.dependsOn(processResources)
|
|
compileJava.dependsOn(processResources)
|
|
|
|
|
|
|
|
+ ext{
|
|
|
|
+ set('springBootAdminVersion', '2.1.4')
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+
|
|
repositories {
|
|
repositories {
|
|
|
|
+ maven { url 'https://maven.aliyun.com/repository/public' }
|
|
mavenCentral()
|
|
mavenCentral()
|
|
jcenter()
|
|
jcenter()
|
|
maven {
|
|
maven {
|
|
@@ -62,6 +69,13 @@ subprojects {
|
|
password 'U1oB2RJOJa'
|
|
password 'U1oB2RJOJa'
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ maven {
|
|
|
|
+ credentials {
|
|
|
|
+ username 'TbLzWL'
|
|
|
|
+ password 'mCl1FI5SVB'
|
|
|
|
+ }
|
|
|
|
+ url 'https://repo.rdc.aliyun.com/repository/33224-snapshot-okrj8B/'
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
dependencyManagement {
|
|
dependencyManagement {
|
|
@@ -90,6 +104,7 @@ subprojects {
|
|
compile('org.springframework.boot:spring-boot-starter-web')
|
|
compile('org.springframework.boot:spring-boot-starter-web')
|
|
compile('org.springframework.boot:spring-boot-starter-jdbc')
|
|
compile('org.springframework.boot:spring-boot-starter-jdbc')
|
|
compile('org.springframework.boot:spring-boot-starter-actuator')
|
|
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-jta-atomikos')
|
|
compile('org.springframework.boot:spring-boot-starter-jetty')
|
|
compile('org.springframework.boot:spring-boot-starter-jetty')
|