|
|
|
|
@ -10,8 +10,8 @@ import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
|
|
|
|
|
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
|
|
|
|
|
|
|
|
|
@Configuration
|
|
|
|
|
public class WebMvcConfig implements WebMvcConfigurer {
|
|
|
|
|
|
|
|
|
|
public class WebMvcConfig implements WebMvcConfigurer { //这是注释
|
|
|
|
|
//这是注释
|
|
|
|
|
@Autowired
|
|
|
|
|
private PaginationInterceptor paginationInterceptor;
|
|
|
|
|
|
|
|
|
|
|