|
@@ -5,7 +5,7 @@ import org.springframework.context.annotation.Configuration;
|
|
5
|
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
|
5
|
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
|
|
6
|
import org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport;
|
6
|
import org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport;
|
|
7
|
|
7
|
|
|
8
|
-@Configuration
|
|
|
|
|
|
8
|
+//@Configuration
|
|
9
|
public class InterceptorConfig extends WebMvcConfigurationSupport {
|
9
|
public class InterceptorConfig extends WebMvcConfigurationSupport {
|
|
10
|
|
10
|
|
|
11
|
@Bean
|
11
|
@Bean
|