Choose a topic to test your knowledge and improve your Spring Boot skills
Spring Boot support Interceptor ?
Interceptor in Spring Boot can perform operations under which situations?
Can we use Interceptor to add the request header before sending to the controller ?
Can we use interceptor to add response header before sending the response to the client ?
Spring Boot -Interceptor to work on it .We need create class supported
Choose methods in Spring boot -Interceptor -HandlerInterceptor interface
Spring Boot Interceptor -HandlerInterface -preHandle() method
postHandle() method arguments are ?
return type of preHandle()
To register a Spring boot Interceptor with InterceptorRegistry use