jaychang9 commented on issue #195: @Reference check=false不生效
URL: https://github.com/apache/incubator-dubbo/issues/195#issuecomment-381452137
 
 
   我是直接搞个spring-dubbo-consumer.xml
   用一个DubboConfig Java Config方式引入这个xml
   `@Configuration
   @ImportResource(locations = {"classpath:spring/spring-dubbo-consumer.xml"})
   public class DubboConfig {
   
   }
   `
   `
   
       <!-- 关闭引用服务的启动时检查 -->
       <dubbo:consumer check="false"/>
   `

----------------------------------------------------------------
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