Commit 846db610 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.2.x'

Closes gh-21364
parents fe652ea6 0dfca922
/* /*
* Copyright 2012-2019 the original author or authors. * Copyright 2012-2020 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -65,9 +65,9 @@ import org.springframework.web.util.UriTemplateHandler; ...@@ -65,9 +65,9 @@ import org.springframework.web.util.UriTemplateHandler;
* {@link #getRestTemplate()}. * {@link #getRestTemplate()}.
* <p> * <p>
* If you are using the * If you are using the
* {@link org.springframework.boot.test.context.SpringBootTest @SpringBootTest} * {@link org.springframework.boot.test.context.SpringBootTest @SpringBootTest} annotation
* annotation, a {@link TestRestTemplate} is automatically available and can be * with an embedded server, a {@link TestRestTemplate} is automatically available and can
* {@code @Autowired} into your test. If you need customizations (for example to adding * be {@code @Autowired} into your test. If you need customizations (for example to adding
* additional message converters) use a {@link RestTemplateBuilder} {@code @Bean}. * additional message converters) use a {@link RestTemplateBuilder} {@code @Bean}.
* *
* @author Dave Syer * @author Dave Syer
......
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