接口 ErrorCodeMapperBuilderOrdered
public interface ErrorCodeMapperBuilderOrdered
Description: 错误码构建顺序
注解@Order或者接口Ordered的作用是定义Spring IOC容器中Bean的执行顺序的优先级,而不是定义Bean的加载顺序,Bean的加载顺序不受@Order或Ordered接口的影响
- 作者:
- : gengwei.zheng
- Date:
- : 2023/9/26 21:20
-
字段概要
字段
-
字段详细资料
-
STEP
static final int STEP- 另请参阅:
-
STANDARD
static final int STANDARD- 另请参阅:
-
CACHE
static final int CACHE- 另请参阅:
-
CAPTCHA
static final int CAPTCHA- 另请参阅:
-
OAUTH2
static final int OAUTH2- 另请参阅:
-
REST
static final int REST- 另请参阅:
-
MESSAGE
static final int MESSAGE- 另请参阅:
-
ACCESS
static final int ACCESS- 另请参阅:
-
OSS
static final int OSS- 另请参阅:
-