- valueOf(String) - Static method in enum io.geekidea.springbootplus.common.api.ApiCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.geekidea.springbootplus.enums.LevelEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.geekidea.springbootplus.enums.StateEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.geekidea.springbootplus.common.api.ApiCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.geekidea.springbootplus.enums.LevelEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.geekidea.springbootplus.enums.StateEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VerificationCode - Class in io.geekidea.springbootplus.util
-
- VerificationCode() - Constructor for class io.geekidea.springbootplus.util.VerificationCode
-
- VerificationCodeController - Class in io.geekidea.springbootplus.system.controller
-
- VerificationCodeController() - Constructor for class io.geekidea.springbootplus.system.controller.VerificationCodeController
-
- VerificationCodeException - Exception in io.geekidea.springbootplus.system.exception
-
验证码校验异常
- VerificationCodeException(String) - Constructor for exception io.geekidea.springbootplus.system.exception.VerificationCodeException
-
- VerificationCodeException(Integer, String) - Constructor for exception io.geekidea.springbootplus.system.exception.VerificationCodeException
-
- VERIFY_CODE - Static variable in interface io.geekidea.springbootplus.constant.CommonRedisKey
-
验证码
- VERIFY_TOKEN - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
-
验证码token
- verifyToken(String, String) - Static method in class io.geekidea.springbootplus.shiro.util.JwtUtil
-