lee-0421
lee-0421
## Issue Description Type: *bug report* ### Describe what happened (or what feature you want) 在整合spring-boot和nacos时 使用yaml格式配置文件启动错误 --使用了nacos-client中删除的StringUtils   nacos-client在1.3版本后删除了StringUtils这个类 而在DefaultYamlConfigParse这个类还在使用导致无法启动  ### 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后无法看到注册的服务 目前是否支持这种方式? 如果还不支持,后续会有计划嘛?