Declarative REST Clients with Spring Framework 6

Photo by Johannes Plenio on Unsplash

An example HTTP client

First, let’s define a client for our small application:

The HttpServiceProxyFactory for client generation

If you followed the code up until this point, you will already have discovered that our declarative HTTP client CharacterClient cannot be autowired without further work. There’s one thing missing: How do we actually bind the WebClient to our declarative HTTP client?

--

--

Dies ist das Blog der Digital Frontiers GmbH & Co. KG (http://www.digitalfrontiers.de). Hier veröffentlichen wir zu Themen, die uns interessieren und bewegen.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store