I have the same problem 。。where is the  method

DubboRelaxedBinding2AutoConfiguration # 45 

@Bean(
        name = {"dubboScanBasePackagesPropertyResolver"}
    )
    public PropertyResolver dubboScanBasePackagesPropertyResolver(final 
ConfigurableEnvironment environment) {
        ConfigurableEnvironment propertyResolver = new AbstractEnvironment() {
            protected void customizePropertySources(MutablePropertySources 
propertySources) {
                Map<String, Object> dubboScanProperties = 
**PropertySourcesUtils.getPrefixedProperties**(environment.getPropertySources(),
 "dubbo.scan.");
                propertySources.addLast(new 
MapPropertySource("dubboScanProperties", dubboScanProperties));
            }
        };
        ConfigurationPropertySources.attach(propertyResolver);
        return new DelegatingPropertyResolver(propertyResolver);
    }






[ Full content available at: 
https://github.com/apache/dubbo-spring-boot-project/issues/641 ]
This message was relayed via gitbox.apache.org for 
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to