Commit ef49ced1 authored by yinheli's avatar yinheli Committed by Andy Wilkinson

Polish Gradle example for using Undertow

Closes gh-2896
parent efa7ad83
...@@ -623,8 +623,8 @@ Example in Gradle: ...@@ -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}")
// ... // ...
} }
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment