Spring framework HandlerInterceptor exampleHandlerInterceptor is similar to a Servlet Filter. In addition HandlerInterceptor allows custom pre-processing with the option of prohibiting the execution of the handler itself, a... August 23, 2022 |
Spring Data JPA Query examplesThis article explains how to derive simple queries by method names and how to use @Query annotation to create more complex queries. February 28, 2022 |