application.yml 269 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 spring: application: name: web-demo server: port: 8080 management: port: 8081 dubbo: application: id: dubbo-consumer-demo name: dubbo-consumer-demo registry: id: wbyb address: zookeeper://localhost:2181 consumer: timeout: 60000