Commit 20225f7f by chamberone
1 parent ec749538
......@@ -21,8 +21,8 @@ import reactor.core.publisher.Mono;
@Slf4j
public class AuthFilter implements GlobalFilter, Ordered {
@Autowired
IUser userService;
//@Autowired
//IUser userService;
@Override
public Mono<Void> filter(ServerWebExchange exchange, GatewayFilterChain chain) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!