Fix TestRestTemplate example in the doc

Closes gh-12132
This commit is contained in:
Stephane Nicoll
2018-02-27 09:58:59 +01:00
parent 98f58caeaf
commit 14ff776f68
5 changed files with 134 additions and 28 deletions

View File

@@ -742,6 +742,11 @@
<artifactId>spring-boot-test-support</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>