@@ -2,9 +2,9 @@ apply plugin: 'java'
22apply plugin : ' maven'
33apply plugin : ' eclipse'
44apply plugin : ' idea'
5- apply plugin : ' spring- boot'
5+ apply plugin : ' org.springframework. boot'
66
7- group = ' jthink '
7+ group = ' spring4all '
88version = ' 0.0.1'
99
1010sourceCompatibility = 1.7
@@ -16,10 +16,10 @@ ext {
1616 mavenPublicUrl = ' http://192.168.88.8:8081/nexus/content/repositories/public'
1717 mavenReleaseUrl = ' http://192.168.88.8:8081/nexus/content/repositories/releases'
1818 mavenSnapshotUrl = ' http://192.168.88.8:8081/nexus/content/repositories/snapshots'
19- springBootVersion = ' 1.3 .6.RELEASE'
19+ springBootVersion = ' 1.5 .6.RELEASE'
2020 springVersion = ' 4.2.7.RELEASE'
21- hbaseVersion = ' 1.0.0-cdh5.4.0 '
22- slf4jVersion = ' 1.7.21 '
21+ hbaseVersion = ' 1.0.0-cdh5.4.4 '
22+ slf4jVersion = ' 1.7.25 '
2323}
2424
2525repositories {
@@ -66,7 +66,7 @@ dependencies {
6666
6767buildscript {
6868 ext {
69- springBootVersion = ' 1.3 .6.RELEASE'
69+ springBootVersion = ' 1.5 .6.RELEASE'
7070 }
7171
7272 repositories {
@@ -77,6 +77,6 @@ buildscript {
7777
7878 dependencies {
7979 classpath(" org.springframework.boot:spring-boot-gradle-plugin:${ springBootVersion} " )
80- classpath(" io.spring.gradle:dependency-management-plugin:0.6.0 .RELEASE" )
80+ classpath(" io.spring.gradle:dependency-management-plugin:1.0.3 .RELEASE" )
8181 }
8282}
0 commit comments