You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote for spring-projects/spring-boot#31337 as it would avoid the boilerplate that you're talking about. 3 lines of code doesn't sound too bad to me (straight from the reference guide, so easy to find).
We shouldn't introduce additional high-level concepts in the core framework just so that the above can be written in one line instead of 3.
Affects: Spring framwework 6.1.6
In a sample project, I have put side by side the new
RestClient
and theHttp interface
(which allows to use annotations such as@GetExchange
)Would there be a way to make the
HttpInterface
configuration more intuitive? Something like that would be nice:Great thanks!
The text was updated successfully, but these errors were encountered: