DISPATCHER_SERVLET_NAME

val DISPATCHER_SERVLET_NAME: String = "dispatcherServlet"

Constant value for the DispatcherServlet bean name. A Servlet bean with this name is deemed to be the "main" servlet and is automatically given a mapping of "/" by default. To change the default behavior you can use a ServletRegistrationBean or a different bean name.