dubbo-spring-boot-project/dubbo-spring-boot-compatible/dubbo-spring-boot-autoconfigure-compatible/README.md
Configuration beans of dubbo are located in the dubbo-common module, and it's not suitable to add spring boot dependencies.
However, spring configuration metadata generation relies on read javadoc from the source code and cannot use the @NestedConfigurationProperty annotation.
This leads to missing comments and a lack of nested configuration options. Therefore, we use an independent module to copy the code and generate metadata.
org/apache/dubbo/config from dubbo-common to the generated-sources directory.@Nest with @NestedConfigurationProperty.spring-configuration-metadata.json.dubbo-common.additional-spring-configuration-metadata.json.