如何在 Spring Boot 应用程序中配置 DispatcherServlet?
2022-09-04 22:20:07
在传统的Spring Web应用程序中,是否可以覆盖,调用然后在返回的实例上设置以下init参数?AbstractDispatcherServletInitializer.createDispatcherServlet
super.createDispatcherServlet
setThreadContextInheritable
setThrowExceptionIfNoHandlerFound
如何在 Spring Boot 应用中实现此目的?