@Configuration @AutoConfigureBefore(value=org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.class) public class DsworkSpringBootWeb extends Object
| 构造器和说明 |
|---|
DsworkSpringBootWeb() |
| 限定符和类型 | 方法和说明 |
|---|---|
ApplicationContextRegister |
applicationContextRegister() |
org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet> |
dispatcherServletBean(org.springframework.web.servlet.DispatcherServlet dispatcherServlet) |
org.springframework.boot.web.servlet.FilterRegistrationBean<org.springframework.web.filter.CharacterEncodingFilter> |
encodingFilterBean() |
org.springframework.boot.web.servlet.ServletListenerRegistrationBean<org.springframework.web.util.IntrospectorCleanupListener> |
introspectorCleanupListenerBean() |
static void |
setServletMappings(String[] servletMappings) |
public static void setServletMappings(String[] servletMappings)
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet> dispatcherServletBean(org.springframework.web.servlet.DispatcherServlet dispatcherServlet)
@Bean public org.springframework.boot.web.servlet.ServletListenerRegistrationBean<org.springframework.web.util.IntrospectorCleanupListener> introspectorCleanupListenerBean()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<org.springframework.web.filter.CharacterEncodingFilter> encodingFilterBean()
@Bean public ApplicationContextRegister applicationContextRegister()
Copyright © 2021. All rights reserved.