Browse Source

Polish Gradle example for using Undertow

Closes gh-2896
pull/2764/merge
yinheli 11 years ago committed by Andy Wilkinson
parent
commit
ef49ced12a
  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: @@ -623,8 +623,8 @@ Example in Gradle:
}
dependencies {
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-web:{spring-boot-version}")
compile("org.springframework.boot:spring-boot-starter-undertow:{spring-boot-version}")
// ...
}
----

Loading…
Cancel
Save