-
**proplem:**
I config the qos properties in application.yml. It does't effect.
And the ApplicationConfig.java has no property about qos?
where can i set qos properties
**Spring boot :** dubbo 2.6…
-
`pom.xml` content,core version:
```xml
org.springframework.boot
spring-boot-dependencies
2.1.1.RELEASE
…
-
jdk 1.8
/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/bin/java "-javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=58735:/Applications/IntelliJ IDEA.app/Contents…
-
AbstractConfig中appendAnnotation方法中:
if (value != null && ! value.equals(method.getDefaultValue()))
因为check=false等于默认值,所以if里面的逻辑没有执行(setter方法没有被调用),导致AbstractReferenceConfig的check没有修改为false,还是null。
根本…
-
版本:dubbo-spring-boot-starter:0.2.0
ide:MyEclipse 2016
问题:
在application.yml配置 dubbo的时候,ide自动生成的扫描包路径为:
dubbo:
scan:
base-packages:
实际上通过properties注入的名字应该为dubbo.scan.basePackages,导…
-
springboot集成dubbo(dubbo-spring-boot-starter:0.2.0)采用注解配置,在@com.alibaba.dubbo.config.annotation.Service的服务类中用@Reference注入另一个服务接口为null。请问这是什么原因?
-
-
I test the [dubbo tracing instrument](https://github.com/openzipkin/sleuth-webmvc-example/tree/add-dubbo-tracing) and it's ok because it uses the denpendency is
```
com.alibaba.spring.boot
…
-
```
org.springframework.boot
spring-boot-starter
true
```
`true` should change to `true` ?
-
通过xml配置可以实现多个注册中心,如果通过application.properties配置呢?
哪位大神能告知下。谢谢了。