增加 yudao-spring-boot-starter-env 组件,完成 tag 请求头的读取到上下文
This commit is contained in:
@@ -13,6 +13,8 @@ public interface WebFilterOrderEnum {
|
||||
|
||||
int TRACE_FILTER = CORS_FILTER + 1;
|
||||
|
||||
int ENV_TAG_FILTER = TRACE_FILTER + 1;
|
||||
|
||||
int REQUEST_BODY_CACHE_FILTER = Integer.MIN_VALUE + 500;
|
||||
|
||||
// OrderedRequestContextFilter 默认为 -105,用于国际化上下文等等
|
||||
|
||||
Reference in New Issue
Block a user