Spring HATEOAS brings you new ways to configure clients
Dear Spring community,
With Spring HATEOAS’s recent 1.1.0.M3
release, we bring you a new way to configure clients!
The first step in building hypermedia-based services may be configuring your server, which Spring HATEOAS has provided for a long time through its @EnableHypermediaSupport()
.
The next major step is building a client that can parse that hypermedia output. This has always been available, but it required you to know some of the deepest innards of the Spring Framework.
Until today.
With the latest version of Spring HATEOAS, it has been made much easier to configure RestTemplate
, WebClient
, or WebTestClient
…