redisson-降版本到3.16.8
This commit is contained in:
@@ -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;
|
||||
|
2
pom.xml
2
pom.xml
@@ -94,7 +94,7 @@
|
||||
<jackson-module-kotlin.version>2.9.7</jackson-module-kotlin.version>
|
||||
<jackson-mapper-asl.version>1.9.13</jackson-mapper-asl.version>
|
||||
<sud-mgp-auth-java.version>1.0.2</sud-mgp-auth-java.version>
|
||||
<redisson.version>3.20.0</redisson.version>
|
||||
<redisson.version>3.16.8</redisson.version>
|
||||
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
|
||||
<esayexcel.version>3.1.5</esayexcel.version>
|
||||
<googlecode-libphonenumber.version>8.12.43</googlecode-libphonenumber.version>
|
||||
|
Reference in New Issue
Block a user