网关验证码过滤器添加放行校验

This commit is contained in:
RuoYi
2020-06-08 09:37:58 +08:00
committed by 疯狂的狮子li
parent 80a6475363
commit cc50a7c8d1
4 changed files with 26 additions and 41 deletions

View File

@@ -7,6 +7,11 @@ package com.ruoyi.common.core.constant;
*/
public class SecurityConstants
{
/**
* 令牌类型
*/
public static final String BEARER_TOKEN_TYPE = "Bearer";
/**
* 授权token url
*/