Welcome to Simple Programming,
RequestBodyAdvice and ResponseBodyAdvice, are two interfaces that can be used to perform a variety of activities away from the controllers, service layers.
In this example, Im going to show you how to implement duplicate checks, along with logging an incoming request, before going into the interceptor, controllers