WebMvcConfigurerAdapter->WebMvcConfigurer

Fixes gh-4612
This commit is contained in:
Rob Winch
2017-10-30 01:29:51 -05:00
parent ec723952d5
commit 5280ac40e9
6 changed files with 14 additions and 14 deletions

View File

@@ -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 {
// ...