Micronaut declarative HTTP client not working for the HTTP verbs
I have the below interface as the common Http action for GET, PUT, POST and DELETE
All possible Introduction advise exhausted and no implementation found for method: HttpResponse post(TagRequest arg0)
I have the below interface as the common Http action for GET, PUT, POST and DELETE