Relative Content

Tag Archive for javakotlinquarkusresteasyquarkus-rest-client

Quarkus – Mixing Quarkus REST and RESTEasy Issue

I’m new to the framework, working step by step with Udemy course from 2021 by Antonio Goncalves.
I’m trying to create a microservice proxy, which will be injected by @RestClient.
I have created the interface as follows: