From d6edf87fcb20d18ab741c7c9d05dd179f064890d Mon Sep 17 00:00:00 2001 From: zch Date: Mon, 23 Jun 2025 16:57:08 +0800 Subject: [PATCH] =?UTF-8?q?build(hwmom-dms):=E5=BC=95=E5=85=A5=20Transmitt?= =?UTF-8?q?ableThreadLocal=20=E8=A7=A3=E5=86=B3=E5=BC=82=E6=AD=A5=E7=BA=BF?= =?UTF-8?q?=E7=A8=8B=E4=B8=AD=20Sa-Token=20=E4=B8=A2=E5=A4=B1=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 pom.xml 中添加 TransmittableThreadLocal依赖 - 版本:2.14.4 -用途:解决 Dubbo 远程调用 workflow 服务时在异步线程中丢失 Sa-Token 的问题 --- ruoyi-modules/hwmom-dms/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ruoyi-modules/hwmom-dms/pom.xml b/ruoyi-modules/hwmom-dms/pom.xml index 7a9fa88..3fbe86c 100644 --- a/ruoyi-modules/hwmom-dms/pom.xml +++ b/ruoyi-modules/hwmom-dms/pom.xml @@ -194,6 +194,15 @@ + + + com.alibaba + transmittable-thread-local + 2.14.4 + +