@Configuration
@ConditionalOnWebApplication(type=SERVLET)
@ConditionalOnClass(value={javax.servlet.Servlet.class,org.springframework.web.servlet.DispatcherServlet.class})
public class HttpConfig
extends Object
@Bean public HttpWebMvcConfigurer httpWebMvcConfigurer()
Copyright © 2022. All rights reserved.