添加MDC trace-id.

This commit is contained in:
lijiahang
2023-06-28 22:04:47 +08:00
parent dc0d75a8fb
commit c4cf34330b
3 changed files with 29 additions and 3 deletions

View File

@@ -9,9 +9,9 @@ package com.orion.ops.framework.common.constant;
*/
public interface FilterOrderConst {
int CORS_FILTER = Integer.MIN_VALUE;
int TRICE_ID_FILTER = Integer.MIN_VALUE + 1000;
int TRICE_ID_FILTER = Integer.MIN_VALUE + 10;
int CORS_FILTER = Integer.MIN_VALUE + 2000;
int MYBATIS_CACHE_CLEAR_FILTER = Integer.MIN_VALUE + 100000;