We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47528a1 commit 11ba39cCopy full SHA for 11ba39c
03.microservices/01-step-by-step-changes/readme.md
@@ -1042,6 +1042,8 @@ Step 17 - Invoking Currency Exchange Microservice from Currency Conversion Micro
1042
1043
> Starting with **Spring Boot 4**, the recommended way to call external APIs is to use **RestClient**, as **RestTemplate** is planned for deprecation.
1044
1045
+Reference Link: https://spring.io/blog/2025/09/30/the-state-of-http-clients-in-spring#the-future-of-http-clients-in-spring
1046
+
1047
To use **RestClient**, you need to add the **HTTP Client** starter in `start.spring.io`.
1048
1049
Follow these steps:
0 commit comments