Write effective tests for your application code utilizing the Spring RestTemplate by using the @RestClientTest annotation of Spring Boot| rieckpil
Learn how to expose metrics of your HTTP client using Spring WebClient: e.g. request URI, response codes, duration of request...| rieckpil
Spring Boot JUnit 5 integration test setup (WireMockExtension & manuel setup) with WireMock to stub HTTP responses of external systems.| rieckpil
Learn how to use the WebTestClient from Spring for efficient testing of your application's REST API during integration tests| rieckpil
Tutorial for the Spring Security OAuth2 integration with the Spring WebClient to enable OAuth2 login for a WebFlux (reactive) application| rieckpil