@Configuration
@ConditionalOnWebApplication(type=SERVLET)
@ConditionalOnClass(value={javax.servlet.Servlet.class,org.springframework.web.servlet.DispatcherServlet.class})
public class HttpConfig
extends Object
| Constructor and Description |
|---|
HttpConfig() |
| Modifier and Type | Method and Description |
|---|---|
HttpWebMvcConfigurer |
httpWebMvcConfigurer()
the http mvn configure for some interceptors etc.
|
@Bean public HttpWebMvcConfigurer httpWebMvcConfigurer()
Copyright © 2021. All rights reserved.