2019-10-31 21:43:47 -04:00
|
|
|
## Spring REST Example Project
|
|
|
|
|
|
|
|
This module contains articles about reactive Spring 5 WebClient
|
|
|
|
|
|
|
|
### The Course
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
|
|
### Relevant Articles
|
|
|
|
- [Logging Spring WebClient Calls](https://www.baeldung.com/spring-log-webclient-calls)
|
|
|
|
- [Simultaneous Spring WebClient Calls](https://www.baeldung.com/spring-webclient-simultaneous-calls)
|
|
|
|
- [Mocking a WebClient in Spring](https://www.baeldung.com/spring-mocking-webclient)
|
2021-02-03 11:10:36 -05:00
|
|
|
- [Get List of JSON Objects with WebClient](https://www.baeldung.com/spring-webclient-json-list)
|
2021-09-22 10:35:37 -04:00
|
|
|
- [Upload a File with WebClient](https://www.baeldung.com/spring-webclient-upload-file)
|
2021-12-08 10:46:18 -05:00
|
|
|
- [How to Get Response Body When Testing the Status Code in WebFlux WebClient](https://www.baeldung.com/spring-webclient-get-response-body)
|
2023-09-24 23:42:56 -04:00
|
|
|
- [Spring Boot FeignClient vs. WebClient](https://www.baeldung.com/spring-boot-feignclient-vs-webclient)
|
2023-10-22 04:08:41 -04:00
|
|
|
- More articles: [[next -->]](../spring-reactive-client-2)
|