1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| spring:
| application:
| name: web-server
|
| server:
| port: 8083
|
| dubbo:
| protocol:
| name: dubbo
| port: 20885
| application:
| name: web-server
| registry:
| address: zookeeper://127.0.0.1:2181
| # password: dreamtech
| # username: zk_user
| # monitor:
| # protocol: registry
|
|