WebMvcConfigurerAdapter->WebMvcConfigurer
Fixes gh-4612
This commit is contained in:
@@ -143,7 +143,7 @@ Within Spring Web MVC, the first step is to ensure that we have a controller tha
|
||||
|
||||
@EnableWebMvc
|
||||
@ComponentScan("org.springframework.security.samples.mvc")
|
||||
public class WebMvcConfiguration extends WebMvcConfigurerAdapter {
|
||||
public class WebMvcConfiguration implements WebMvcConfigurer {
|
||||
|
||||
// ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user