Commit 7e8bad09 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.2.x'

parents 800ac2d1 ef49ced1
......@@ -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}")
// ...
}
----
......
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