Browse Source

Merge branch '1.2.x'

pull/2890/merge
Andy Wilkinson 11 years ago
parent
commit
7e8bad09db
  1. 4
      spring-boot-docs/src/main/asciidoc/howto.adoc

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

@ -623,8 +623,8 @@ Example in Gradle:
} }
dependencies { dependencies {
compile 'org.springframework.boot:spring-boot-starter-web:{spring-boot-version}") compile("org.springframework.boot:spring-boot-starter-web:{spring-boot-version}")
compile 'org.springframework.boot:spring-boot-starter-undertow:{spring-boot-version}") compile("org.springframework.boot:spring-boot-starter-undertow:{spring-boot-version}")
// ... // ...
} }
---- ----

Loading…
Cancel
Save