Commit 83a4423d authored by 严俊's avatar 严俊

验证token调整

parent fa55ea92
......@@ -32,7 +32,6 @@ import java.util.concurrent.TimeUnit;
* @since 2023/4/26/026
*/
@Slf4j
@Setter
@Component
public class TokenInterceptor extends HandlerInterceptorAdapter {
......@@ -40,7 +39,7 @@ public class TokenInterceptor extends HandlerInterceptorAdapter {
private AfantiCasFeign casFeign;
@Autowired
RedissonClient redissonClient;
private RedissonClient redissonClient;
@Autowired
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