mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Update `HttpServiceClientProperties` to use direct binding rather than using `@ConfigurationProperties`. The prevents metadata and IDE issues and also allows the class API to be simplified. Closes gh-48616