apache / dubbo-spring-boot-project

Spring Boot Project for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
5.41k stars 1.88k forks source link

Config qos propeties was uneffect? #371

Closed sageZorro closed 5 years ago

sageZorro commented 5 years ago

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

com.alibaba.spring.boot dubbo-spring-boot-starter 2.0.0

my application.yml: spring: dubbo: application: name: cloud-web qos: port: 22223 enable: false registry: address: zookeeper://192.168.110.16:2181 #-- 注册中心地址 protocol: name: dubbo port: 20880

mercyblitz commented 5 years ago

Please use the latest SNAPSHOT