From e10df20e984a5f0adb8973d238a6b4996504f0a5 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Fri, 8 Aug 2025 22:23:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5jeecg-boot-starter-job?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=90=AF=E5=8A=A8=E6=8A=A5=E9=94=99=20#8694?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/org/jeecg/common/util/SpringContextUtils.java | 2 ++ jeecg-boot/pom.xml | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/SpringContextUtils.java b/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/SpringContextUtils.java index 8a6a4aa44..a40a93bb4 100644 --- a/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/SpringContextUtils.java +++ b/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/SpringContextUtils.java @@ -8,6 +8,7 @@ import org.jeecg.common.constant.ServiceNameConstants; import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org.springframework.context.ApplicationContextAware; +import org.springframework.context.annotation.Lazy; import org.springframework.stereotype.Component; import org.springframework.web.context.request.RequestContextHolder; import org.springframework.web.context.request.ServletRequestAttributes; @@ -16,6 +17,7 @@ import org.springframework.web.context.request.ServletRequestAttributes; * @Description: spring上下文工具类 * @author: jeecg-boot */ +@Lazy(false) @Component public class SpringContextUtils implements ApplicationContextAware { diff --git a/jeecg-boot/pom.xml b/jeecg-boot/pom.xml index 4c63b97a2..cbad553eb 100644 --- a/jeecg-boot/pom.xml +++ b/jeecg-boot/pom.xml @@ -210,7 +210,7 @@ org.jeecgframework.boot jeecg-boot-starter3-job - ${jeecgboot.version} + 3.8.2-RC @@ -459,6 +459,10 @@ org.apache.calcite calcite-elasticsearch + + autopoi-web + org.jeecgframework +