From cb28b5974a6da00d710fdd3f0d56ed62361114de Mon Sep 17 00:00:00 2001 From: yeungchihang <842328916@qq.com> Date: Mon, 13 Mar 2023 19:28:01 +0800 Subject: [PATCH] =?UTF-8?q?redisson-=E9=99=8D=E7=89=88=E6=9C=AC=E5=88=B03.?= =?UTF-8?q?16.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accompany/business/service/activity/WeekStarService.java | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/accompany-business/accompany-business-service/src/main/java/com/accompany/business/service/activity/WeekStarService.java b/accompany-business/accompany-business-service/src/main/java/com/accompany/business/service/activity/WeekStarService.java index 01c10f27e..221601941 100644 --- a/accompany-business/accompany-business-service/src/main/java/com/accompany/business/service/activity/WeekStarService.java +++ b/accompany-business/accompany-business-service/src/main/java/com/accompany/business/service/activity/WeekStarService.java @@ -28,6 +28,7 @@ import com.google.common.collect.Lists; import com.google.gson.reflect.TypeToken; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.context.annotation.Lazy; import org.springframework.stereotype.Service; import org.springframework.util.CollectionUtils; @@ -53,6 +54,7 @@ public class WeekStarService extends BaseService { @Autowired private WeekStarMapper weekStarMapper; @Autowired + @Lazy private ActivityPackService activityPackService; @Autowired private BoxPrizeStrategyFactory boxPrizeStrategyFactory; diff --git a/pom.xml b/pom.xml index 9e52d4db1..d6a3c02ce 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,7 @@ 2.9.7 1.9.13 1.0.2 - 3.20.0 + 3.16.8 true 3.1.5 8.12.43