1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

sync code with dubbo version in finchley.

This commit is contained in:
fangjian0423
2019-04-17 11:13:22 +08:00
parent 7d636e364f
commit ade58496fc
7 changed files with 40 additions and 22 deletions

View File

@@ -174,6 +174,7 @@ public class SentinelAutoConfiguration {
return new SentinelDataSourceHandler(beanFactory);
}
@ConditionalOnClass(ObjectMapper.class)
protected static class SentinelConverterConfiguration {
private ObjectMapper objectMapper = new ObjectMapper();