Browse Source

Merge pull request #7937 from Michael Simons

* gh-7937:
  Update springloaded version to 1.2.6.RELEASE in Gradle-related docs
pull/7993/head
Andy Wilkinson 9 years ago
parent
commit
6a9397283c
  1. 2
      spring-boot-docs/src/main/asciidoc/howto.adoc

2
spring-boot-docs/src/main/asciidoc/howto.adoc

@ -2479,7 +2479,7 @@ To configure IntelliJ IDEA correctly you can use the `idea` Gradle plugin: @@ -2479,7 +2479,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'
}
}

Loading…
Cancel
Save