You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ServletContextInitializerBeans finds all beans that are a Servlet and creates a ServletRegistrationBean for each of them. We could perhaps, as this user expected, look for @WebServlet on such a bean to determine, among other things, the url patterns to which the servlet should be mapped.