Browse Source

Merge branch '2.0.x'

pull/12829/merge
Stephane Nicoll 8 years ago
parent
commit
5f3bccc3ba
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -5483,7 +5483,7 @@ The following code shows a typical example: @@ -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();
}

Loading…
Cancel
Save