lee-0421

Results 2 issues of lee-0421

## Issue Description Type: *bug report* ### Describe what happened (or what feature you want) 在整合spring-boot和nacos时 使用yaml格式配置文件启动错误 --使用了nacos-client中删除的StringUtils ![image](https://user-images.githubusercontent.com/68820836/88485085-f37f9680-cfa5-11ea-920d-28c42ad4c307.png) ![image](https://user-images.githubusercontent.com/68820836/88485100-1742dc80-cfa6-11ea-82c6-d2849927d383.png) nacos-client在1.3版本后删除了StringUtils这个类 而在DefaultYamlConfigParse这个类还在使用导致无法启动 ![image](https://user-images.githubusercontent.com/68820836/88485178-8a4c5300-cfa6-11ea-8567-12240416396e.png) ### Describe what you expected to happen...

使用 ```xml com.alibaba.cloud spring-cloud-starter-dubbo 2.2.5.RELEASE com.alibaba.cloud spring-cloud-starter-alibaba-nacos-discovery 2.2.5.RELEASE ``` 将应用注册成spring-cloud应用并提供dubbo服务注册到nacos 配置 dubbo.registry.protocol=spring-cloud dubbo.registry.protocol=spring-cloud://localhost 启动dubbo-admin后无法看到注册的服务 目前是否支持这种方式? 如果还不支持,后续会有计划嘛?