基于springboot yml 的dubbo基本配置项
dubbo:
annotation:
package: com.xxx
container: log4j,spring
application:
name: xxx-service
owner: xxx
registry:
protocol:zookeeper
address:127.0.0.1:2181?backup=127.0.0.1:2181,127.0.0.1:2181
provider:
timeout: 3000
port: 25999
consumer:
timeout: 3000
check: false
retries: 0
protocol:
name: dubbo
threadpool: cached
threads: 500
accepts: 1000
dispatcher: message
service:
loadbalance: roundrobin