apache httpclient5 #706
|
The pom has an apache dependency httpclient5. Why? What is it used for? |
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 |
According to spring-boot docs, this is used by TestRestTemplate:
Also note the following from the Spring Boot 3.0 Migration Guide: