daixiansuo opened a new issue, #11835:
URL: https://github.com/apache/dubbo/issues/11835

   <!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) 
of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 2.7.22
   * Operating System version: mac/windows
   * Java version: 1.8
   
   ### Steps to reproduce this issue
   
   1. [maven 
仓库](https://mvnrepository.com/artifact/org.apache.dubbo/dubbo/2.7.22)下载 2.7.22 
版本 dubbo jar 包。
   2. 反编译或者解压后,找到 
/META-INF/dubbo/internal/org.apache.dubbo.rpc.model.BuiltinServiceDetector 配置文件。
   3. 打开查看即可发现,当中只有两个SPI扩展实现类的配置,如下图所示:
   <img width="1888" alt="image" 
src="https://user-images.githubusercontent.com/41660452/225244745-62d21413-5b65-45bf-b256-78bbd149055d.png";>
   4. 打开源码,查找BuiltinServiceDetector类,即可发现该类有四个扩展实现,具体如下图所示:
   <img width="1888" alt="image" 
src="https://user-images.githubusercontent.com/41660452/225244745-62d21413-5b65-45bf-b256-78bbd149055d.png";>
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to