Add a missing 'io.spring.dependency-management' in doc

Closes gh-9352
This commit is contained in:
Johnny Lim
2017-05-30 16:20:06 +09:00
committed by Stephane Nicoll
parent f576e90f7a
commit 1ac385c4f6

View File

@@ -224,6 +224,7 @@ ifeval::["{spring-boot-repo}" != "release"]
apply plugin: 'java'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
endif::[]
jar {