|
@@ -8,7 +8,6 @@ import java.util.Set;
|
|
|
import javax.crypto.SecretKey;
|
|
|
import javax.crypto.spec.SecretKeySpec;
|
|
|
|
|
|
-import com.beust.jcommander.internal.Sets;
|
|
|
import com.chelvc.framework.base.config.MultiserverMvcConfigurer;
|
|
|
import com.chelvc.framework.base.context.ApplicationContextHolder;
|
|
|
import com.chelvc.framework.base.context.LoggingContextHolder;
|
|
@@ -21,6 +20,7 @@ import com.chelvc.framework.common.util.StringUtils;
|
|
|
import com.chelvc.framework.oauth.annotation.Authorize;
|
|
|
import com.chelvc.framework.oauth.context.OAuthContextHolder;
|
|
|
import com.chelvc.framework.oauth.token.RedisTokenValidator;
|
|
|
+import com.google.common.collect.Sets;
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.aop.framework.AopProxyUtils;
|