mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
Merge branch '2.0.x'
This commit is contained in:
@@ -5483,7 +5483,7 @@ The following code shows a typical example:
|
||||
|
||||
private final RestTemplate restTemplate;
|
||||
|
||||
public MyBean(RestTemplateBuilder restTemplateBuilder) {
|
||||
public MyService(RestTemplateBuilder restTemplateBuilder) {
|
||||
this.restTemplate = restTemplateBuilder.build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user