|
|
|
@ -60,7 +60,7 @@ public class JwtAuthenticationFilter extends OncePerRequestFilter {
|
|
|
|
|
String[] excludespath = systemopenurlService.getOpenUrl();
|
|
|
|
|
|
|
|
|
|
//不需要过滤的url
|
|
|
|
|
String[] excludesOther = {"/static","/json",".js",".css",".ico",".jpg",".png",".pcm","/druid","/doc.html","/swagger-ui.html","/swagger-resources","/webjars/**","/v2/api-docs"};
|
|
|
|
|
String[] excludesOther = {"/static","/json",".js",".css",".ico",".jpg",".png",".pcm","/druid","/doc.html","/swagger-ui.html","/swagger-resources","/webjars/**","/v2/api-docs","/modeler","/app"};
|
|
|
|
|
|
|
|
|
|
String[] urls = ArrayUtils.addAll(excludespath, excludesOther);
|
|
|
|
|
|
|
|
|
|