You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
344 B
YAML

dubbo:
registries:
demoZK:
protocol: zookeeper
timeout: 3s
address: zookeeper:2181 # 正式服务
# address: 127.0.0.1:2181 # 测试服务
protocols:
triple: #triple
name: tri
port: 20010
provider:
services:
ArtShowProvider:
interface: com.fontree.microservices.common.ArtShow