Class TenantValue
java.lang.Object
cn.sinozg.applet.common.properties.TenantValue
租户配置
-
Field Summary
FieldsModifier and TypeFieldDescription请求拦截 自定义的拦截器 路径private boolean是否开启private boolean开启过期检查忽略的表名称 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription获取 请求拦截 自定义的拦截器 路径获取 忽略的表名称booleanisEnable()获取 是否开启boolean获取 开启过期检查voidsetCheckExcludePath(List<String> checkExcludePath) 设置 请求拦截 自定义的拦截器 路径voidsetEnable(boolean enable) 设置 是否开启voidsetExpiredCheck(boolean expiredCheck) 设置 开启过期检查void设置 忽略的表名称
-
Field Details
-
enable
private boolean enable是否开启 -
expiredCheck
private boolean expiredCheck开启过期检查 -
checkExcludePath
请求拦截 自定义的拦截器 路径 -
tables
忽略的表名称
-
-
Constructor Details
-
TenantValue
public TenantValue()
-
-
Method Details
-
isEnable
public boolean isEnable()获取 是否开启- Returns:
- enable 是否开启
-
setEnable
public void setEnable(boolean enable) 设置 是否开启- Parameters:
enable- 是否开启
-
isExpiredCheck
public boolean isExpiredCheck()获取 开启过期检查- Returns:
- expiredCheck 开启过期检查
-
setExpiredCheck
public void setExpiredCheck(boolean expiredCheck) 设置 开启过期检查- Parameters:
expiredCheck- 开启过期检查
-
getCheckExcludePath
获取 请求拦截 自定义的拦截器 路径- Returns:
- checkExcludePath 请求拦截 自定义的拦截器 路径
-
setCheckExcludePath
设置 请求拦截 自定义的拦截器 路径- Parameters:
checkExcludePath- 请求拦截 自定义的拦截器 路径
-
getTables
获取 忽略的表名称- Returns:
- tables 忽略的表名称
-
setTables
设置 忽略的表名称- Parameters:
tables- 忽略的表名称
-