fuyongde opened a new issue #102: Warning of 
`com.alibaba.boot.dubbo.autoconfigure.DubboAutoConfiguration`
URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/102
 
 
   It warned `Cannot enhance @Configuration bean definition 
'com.alibaba.boot.dubbo.autoconfigure.DubboAutoConfiguration' since its 
singleton instance has been created too early. The typical cause is a 
non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: 
Consider declaring such methods as 'static'.` when I start up the project,it 
means you should make 
`com.alibaba.boot.dubbo.autoconfigure.DubboAutoConfiguration#serviceAnnotationBeanPostProcessor`
 as a static method.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to