程序包 org.springframework.boot.web.servlet.support
package org.springframework.boot.web.servlet.support
Support classes for Servlet-based web servers.
-
类类说明A Servlet
Filter
that provides anErrorPageRegistry
for non-embedded applications (i.e. deployed WAR files).ApplicationContextInitializer
for setting the servlet context.An opinionatedWebApplicationInitializer
to run aSpringApplication
from a traditional WAR deployment.