|
@@ -23,7 +23,7 @@ public class AccountContentPoolConfigService {
|
|
|
|
|
|
private BiMap<String, Integer> contentPoolLevelMap;
|
|
|
|
|
|
- @ApolloJsonValue("${contentPoolLevelConfig:}")
|
|
|
+ @ApolloJsonValue("${contentPoolLevelConfig:{}}")
|
|
|
private Map<String, Integer> contentPoolLevelConfig;
|
|
|
|
|
|
@PostConstruct
|