This commit is contained in:
2025-05-30 11:34:16 +08:00
parent 5d2cf4fd31
commit 0d5aabe317
16 changed files with 24 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ import java.util.Map;
@Data
public class BaseContextHandler {
public static ThreadLocal<Map<String, Object>> threadLocal = new ThreadLocal();
public static ThreadLocal<Map<String, Object>> threadLocal = new ThreadLocal<>();
public BaseContextHandler() {
}