apache httpclient5 #706
-
The pom has an apache dependency httpclient5. Why? What is it used for? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
According to spring-boot docs, this is used by TestRestTemplate:
Also note the following from the Spring Boot 3.0 Migration Guide:
So |
Beta Was this translation helpful? Give feedback.
According to spring-boot docs, this is used by TestRestTemplate:
Also note the following from the Spring Boot 3.0 Migration Guide: