Commit 802f365e by 胡青青

PercentageLocalSampler required = false,防止强制校验报错

parent 40f0a717
...@@ -35,7 +35,7 @@ public class RefreshSamplerLocalProperties implements ApplicationContextAware, I ...@@ -35,7 +35,7 @@ public class RefreshSamplerLocalProperties implements ApplicationContextAware, I
@Autowired(required = false) @Autowired(required = false)
private List<PropertySourceLocator> propertySourceLocators = new ArrayList<>(); private List<PropertySourceLocator> propertySourceLocators = new ArrayList<>();
@Autowired @Autowired(required = false)
private PercentageLocalSampler percentageLocalSampler; private PercentageLocalSampler percentageLocalSampler;
//线程休眠时间 //线程休眠时间
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment