Merge branch '1.5.x'

This commit is contained in:
Andy Wilkinson 2017-01-10 09:10:36 -05:00
commit 891045880d
1 changed files with 1 additions and 1 deletions

View File

@ -2455,7 +2455,7 @@ To configure IntelliJ IDEA correctly you can use the `idea` Gradle plugin:
repositories { jcenter() }
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:{spring-boot-version}"
classpath 'org.springframework:springloaded:1.2.0.RELEASE'
classpath 'org.springframework:springloaded:1.2.6.RELEASE'
}
}