Commit 7ffe41a8 authored by 严俊's avatar 严俊

Merge branch 'dev-activity-faw' of...

Merge branch 'dev-activity-faw' of http://gitlab.afanticar.com:13140/java-ms/afanti-open-api into uat
parents 28fe7ec7 83a4423d
...@@ -32,7 +32,6 @@ import java.util.concurrent.TimeUnit; ...@@ -32,7 +32,6 @@ import java.util.concurrent.TimeUnit;
* @since 2023/4/26/026 * @since 2023/4/26/026
*/ */
@Slf4j @Slf4j
@Setter
@Component @Component
public class TokenInterceptor extends HandlerInterceptorAdapter { public class TokenInterceptor extends HandlerInterceptorAdapter {
...@@ -40,7 +39,7 @@ public class TokenInterceptor extends HandlerInterceptorAdapter { ...@@ -40,7 +39,7 @@ public class TokenInterceptor extends HandlerInterceptorAdapter {
private AfantiCasFeign casFeign; private AfantiCasFeign casFeign;
@Autowired @Autowired
RedissonClient redissonClient; private RedissonClient redissonClient;
@Autowired @Autowired
private IgnoredUri ignoredUri; private IgnoredUri ignoredUri;
......
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