记得上下班打卡 | git大法好,push需谨慎

Commit 96b1292d authored by 张国柄's avatar 张国柄

鉴权调整;

parent 16e1869f
...@@ -14,6 +14,7 @@ import org.slf4j.Logger; ...@@ -14,6 +14,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
import org.springframework.util.AntPathMatcher; import org.springframework.util.AntPathMatcher;
import org.springframework.util.DigestUtils; import org.springframework.util.DigestUtils;
...@@ -43,6 +44,7 @@ public class GlobalAuthorityInterceptor extends HandlerInterceptorAdapter { ...@@ -43,6 +44,7 @@ public class GlobalAuthorityInterceptor extends HandlerInterceptorAdapter {
@Autowired @Autowired
JwtValidator jwtValidator; JwtValidator jwtValidator;
@Autowired @Autowired
@Lazy
FeignAuthorityClient feignAuthorityClient; FeignAuthorityClient feignAuthorityClient;
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment