I have come across spring-boot and intend to add a filter chain for incoming request.
Here is the Application:
package example.hello; import org.springf
Adding following line of code in GreetingFilter works
filterChain.doFilter(servletRequest, servletResponse);