|
@@ -8,12 +8,12 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
|
|
/**
|
|
|
* @author sunshihao
|
|
|
* @version 1.0
|
|
|
- * @description: TODO
|
|
|
+ * @description: 通过数字签名认证拦截
|
|
|
* @date 2025/7/30 10:08
|
|
|
*/
|
|
|
@Configuration
|
|
|
public class BearerTokenConfiguration implements WebMvcConfigurer {
|
|
|
- public static String[] urlList = new String[]{"/openapi/**","/analysis/**"};
|
|
|
+ public static String[] urlList = new String[]{"/openapi/**"};
|
|
|
|
|
|
@Bean
|
|
|
public BearerTokenInterceptor tokenConfiguration(){
|