From f7ee5a06d011535dee1939a55266103ef5e53256 Mon Sep 17 00:00:00 2001 From: Javadevjournal Date: Sun, 6 Mar 2022 11:31:36 -0800 Subject: [PATCH] Spring WebClient --- SpringWebClient/HELP.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 SpringWebClient/HELP.md diff --git a/SpringWebClient/HELP.md b/SpringWebClient/HELP.md new file mode 100644 index 0000000..bed73c2 --- /dev/null +++ b/SpringWebClient/HELP.md @@ -0,0 +1,6 @@ +# Spring WebClient + + +How to use new Spring WebClient REST APIs. WebClient provides a powerful and flexible way to +perform REST API Calls. +* [How to setup Spring WebClient](https://www.javadevjournal.com/spring/spring-webclient/)