I need to add a listener to my Spring Boot application, in web.xml it looks like
org.springframework.web.contex
I created this class and that solved my issue.
@Configuration @WebListener public class MyRequestContextListener extends RequestContextListener { }