#Interceptor #HandlerInterceptor #SpringBoot #WebMvcConfigurationSupport #PreHandle #PostHandle #AfterCompletion
===========================
We can use the Interceptor in Spring Boot to perform operations under the following situations −
1. Before sending the request to the controller
2. Before sending the response to the client