Skip to content

Commit 11ba39c

Browse files
committed
Upgrade to Spring Boot 4.0.x and Java 25
1 parent 47528a1 commit 11ba39c

File tree

1 file changed

+2
-0
lines changed
  • 03.microservices/01-step-by-step-changes

1 file changed

+2
-0
lines changed

03.microservices/01-step-by-step-changes/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,8 @@ Step 17 - Invoking Currency Exchange Microservice from Currency Conversion Micro
10421042

10431043
> Starting with **Spring Boot 4**, the recommended way to call external APIs is to use **RestClient**, as **RestTemplate** is planned for deprecation.
10441044

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+
10451047
To use **RestClient**, you need to add the **HTTP Client** starter in `start.spring.io`.
10461048

10471049
Follow these steps:

0 commit comments

Comments
 (0)