hello
i work on spring boot app using Kotlin lang
if the HTTP method is GET and i request the endpoint with POST method it throw server error,
so how to catch this error and throw runtime error instead.
thank's
I came across the same issues with Micronaut framework,
Micronaut provides an Error Response Processor interface,
You can implement this class to override the behaviour