diff --git a/concurrent/pom.xml b/concurrent/pom.xml
index 1684c33..79adf6a 100644
--- a/concurrent/pom.xml
+++ b/concurrent/pom.xml
@@ -16,17 +16,9 @@
8
-
-
- org.junit.jupiter
- junit-jupiter-api
- 5.8.2
- test
-
com.alibaba
transmittable-thread-local
- 2.13.2
cn.hutool
diff --git a/pom.xml b/pom.xml
index e85aab5..02d4715 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,11 @@
xxl-job-core
2.3.0
+
+ com.alibaba
+ transmittable-thread-local
+ 2.13.2
+
cn.hutool
hutool-bom
diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml
index 16b2cd1..7d91e6a 100644
--- a/spring-boot/pom.xml
+++ b/spring-boot/pom.xml
@@ -37,6 +37,7 @@
mybatis-plus-boot-starter
3.3.2
+
diff --git a/spring-boot/spring-boot-common/pom.xml b/spring-boot/spring-boot-common/pom.xml
index 91cfc1e..8509a38 100644
--- a/spring-boot/spring-boot-common/pom.xml
+++ b/spring-boot/spring-boot-common/pom.xml
@@ -42,6 +42,10 @@
spring-boot-test
test
+
+ com.alibaba
+ transmittable-thread-local
+
diff --git a/spring-boot/spring-boot-common/src/main/java/com/wyl/spring/boot/common/SpringBootCommonApplication.java b/spring-boot/spring-boot-common/src/main/java/com/wyl/spring/boot/common/SpringBootCommonApplication.java
index 3106988..caa1fd2 100644
--- a/spring-boot/spring-boot-common/src/main/java/com/wyl/spring/boot/common/SpringBootCommonApplication.java
+++ b/spring-boot/spring-boot-common/src/main/java/com/wyl/spring/boot/common/SpringBootCommonApplication.java
@@ -5,7 +5,6 @@ import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
-import org.springframework.scheduling.annotation.EnableAsync;
@SpringBootApplication
@EnableAspectJAutoProxy(exposeProxy = true)
diff --git a/spring-boot/spring-boot-common/src/main/java/org/slf4j/LogLogbackTTLMdcAdapter.java b/spring-boot/spring-boot-common/src/main/java/org/slf4j/LogLogbackTTLMdcAdapter.java
new file mode 100644
index 0000000..45fcaa1
--- /dev/null
+++ b/spring-boot/spring-boot-common/src/main/java/org/slf4j/LogLogbackTTLMdcAdapter.java
@@ -0,0 +1,146 @@
+package org.slf4j;
+
+import com.alibaba.ttl.TransmittableThreadLocal;
+import org.slf4j.spi.MDCAdapter;
+
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.Map;
+
+/**
+ * 针对于Logback日志的mdc adapter。
+ *
+ * @author Bryan.Zhang
+ * @since 1.3.7
+ */
+public class LogLogbackTTLMdcAdapter implements MDCAdapter {
+
+ final ThreadLocal