Commit 26204cbf by zhoujinghao

jwt修改

1 parent 23127a13
......@@ -38,7 +38,7 @@ public class AccessFilter implements GlobalFilter, Ordered {
String url = exchange.getRequest().getURI().getPath();
//相关不需要的接口地址
String skip ="app/nafmii/**";
String skip ="app/nafmii/test/";
//跳过不需要验证的url
if (antPathMatcher.match(skip, url)){
return chain.filter(exchange);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!