Skip to content

Commit 9e6302e

Browse files
committed
Merge branch '2.3.x' into 2.4.x
Closes gh-25371
2 parents d2abf64 + c867b2c commit 9e6302e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2267,7 +2267,7 @@ To customize the tags, provide a `@Bean` that implements `JerseyTagsProvider`.
22672267
[[production-ready-metrics-http-clients]]
22682268
==== HTTP Client Metrics
22692269
Spring Boot Actuator manages the instrumentation of both `RestTemplate` and `WebClient`.
2270-
For that, you have to get injected with an auto-configured builder and use it to create instances:
2270+
For that, you have to inject the auto-configured builder and use it to create instances:
22712271
22722272
* `RestTemplateBuilder` for `RestTemplate`
22732273
* `WebClient.Builder` for `WebClient`

0 commit comments

Comments
 (0)