mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 22:59:01 +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