mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Starting from Spring Boot 4, the RestTemplateBuilder and RestTemplateCustomizer classes have been moved from the org.springframework.boot.web.client package to the org.springframework.boot.restclient package. This commit updates the javadoc links in the reference documentation to match Signed-off-by: Antoine Rey <antoine.rey@free.fr> See gh-48295