Date: 2018-08-20
This tutorial demonstrates implementing Spring MVC interceptors, a mechanism for intercepting HTTP requests. It uses the HandlerInterceptor interface to pre- and post-process requests. The example details creating a Maven project i...