Polish Gradle example for using Undertow

Closes gh-2896
This commit is contained in:
yinheli 2015-04-29 21:43:52 +08:00 committed by Andy Wilkinson
parent efa7ad8370
commit ef49ced12a

View File

@ -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}")
// ...
}
----