We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8a9ec commit f47b40fCopy full SHA for f47b40f
spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -546,8 +546,8 @@ Example in Gradle:
546
}
547
548
dependencies {
549
- compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC3")
550
- compile("org.springframework.boot:spring-boot-starter-jetty:1.0.0.RC3")
+ compile("org.springframework.boot:spring-boot-starter-web:{spring-boot-version}")
+ compile("org.springframework.boot:spring-boot-starter-jetty:{spring-boot-version}")
551
// ...
552
553
----
0 commit comments