mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-10 20:02:56 +00:00
Squashed commit of the following:
commit 925f1637844eb0a158a7e78f544b93aff66c1644
Author: JEECG <445654970@qq.com>
Date: Fri Aug 8 22:07:24 2025 +0800
引入jeecg-boot-starter-job依赖启动报错 #8694
commit d01c1d7d477473b2250d0b4d3a2d35b939b9e210
Author: JEECG <445654970@qq.com>
Date: Thu Aug 7 15:41:21 2025 +0800
支持lazy-initialization
commit 3576b549458d877f3e3ae3f61ffd55f3d64b10d4
Author: JEECG <445654970@qq.com>
Date: Thu Aug 7 15:36:51 2025 +0800
升级积木报表和积木BI到最新版v2.1.2
# Conflicts:
# jeecg-boot/pom.xml
This commit is contained in:
parent
0feb307e8d
commit
ac446691c4
@ -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 {
|
||||
|
||||
|
||||
@ -212,7 +212,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-boot-starter3-job</artifactId>
|
||||
<version>${jeecgboot.version}</version>
|
||||
<version>3.8.2-RC</version>
|
||||
</dependency>
|
||||
<!--redis分布式锁-->
|
||||
<dependency>
|
||||
@ -455,6 +455,10 @@
|
||||
<groupId>org.apache.calcite</groupId>
|
||||
<artifactId>calcite-elasticsearch</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>autopoi-web</artifactId>
|
||||
<groupId>org.jeecgframework</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- 后台导出接口Echart图表支持包,按需引入 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user