Google News
logo
Java Spring Boot - Interview Questions
How do you Add, Filter to an application?
There are three methods to add filter to Spring Boot application :

* Using MVC controller.
* By implementing Filter interface.
* Using FilterRegistrationBean.
Advertisement