|
@@ -1,4 +1,3 @@
|
|
-/*
|
|
|
|
package com.huimv.admin.config;
|
|
package com.huimv.admin.config;
|
|
|
|
|
|
import org.springframework.context.annotation.Bean;
|
|
import org.springframework.context.annotation.Bean;
|
|
@@ -6,14 +5,12 @@ import org.springframework.context.annotation.Configuration;
|
|
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
|
|
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
|
|
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
|
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
|
|
|
|
|
-*/
|
|
|
|
/**
|
|
/**
|
|
* @Description: 注册验证tocken的拦截器
|
|
* @Description: 注册验证tocken的拦截器
|
|
* @Author
|
|
* @Author
|
|
* @Date 2021/4/19 20:41
|
|
* @Date 2021/4/19 20:41
|
|
* @Version V1.0
|
|
* @Version V1.0
|
|
- *//*
|
|
|
|
-
|
|
|
|
|
|
+ */
|
|
@Configuration
|
|
@Configuration
|
|
public class InterceptorConfig implements WebMvcConfigurer {
|
|
public class InterceptorConfig implements WebMvcConfigurer {
|
|
@Bean
|
|
@Bean
|
|
@@ -28,4 +25,3 @@ public class InterceptorConfig implements WebMvcConfigurer {
|
|
.excludePathPatterns("/huatongApi/receive/feed");
|
|
.excludePathPatterns("/huatongApi/receive/feed");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-*/
|
|
|