修改 dubbo protocol port
This commit is contained in:
parent
cd592469aa
commit
19c93f89b0
|
|
@ -36,7 +36,7 @@ dubbo:
|
|||
threads: 20
|
||||
name: dubbo
|
||||
serialization: hessian2
|
||||
port: -1
|
||||
port: 10101
|
||||
|
||||
|
||||
seata:
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ dubbo:
|
|||
group: server-test
|
||||
protocol:
|
||||
threads: 20
|
||||
port: -1
|
||||
port: 10102
|
||||
name: dubbo
|
||||
serialization: hessian2
|
||||
|
||||
|
|
|
|||
|
|
@ -29,13 +29,13 @@ spring:
|
|||
dubbo:
|
||||
application:
|
||||
name: order-server
|
||||
# qos-port: 22231
|
||||
qos-enable: false
|
||||
qos-port: 22231
|
||||
qos-enable: true
|
||||
registry:
|
||||
address: nacos://121.40.109.122:8848 # Nacos 服务地址
|
||||
group: server-dev
|
||||
protocol:
|
||||
port: -1
|
||||
port: 10201
|
||||
threads: 20
|
||||
name: dubbo
|
||||
serialization: hessian2
|
||||
|
|
|
|||
|
|
@ -30,15 +30,15 @@ spring:
|
|||
dubbo:
|
||||
application:
|
||||
name: order-server
|
||||
# qos-port: 22232
|
||||
qos-enable: false
|
||||
qos-port: 22232
|
||||
qos-enable: true
|
||||
logger: log4j2
|
||||
environment: test
|
||||
registry:
|
||||
address: nacos://121.40.109.122:8848 # Nacos 服务地址
|
||||
group: server-test
|
||||
protocol:
|
||||
port: -1
|
||||
port: 10202
|
||||
threads: 20
|
||||
name: dubbo
|
||||
serialization: hessian2
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ dubbo:
|
|||
address: nacos://121.40.109.122:8848 # Nacos 服务地址
|
||||
group: server-dev
|
||||
protocol:
|
||||
port: -1
|
||||
port: 10301
|
||||
threads: 20
|
||||
name: dubbo
|
||||
serialization: hessian2
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ dubbo:
|
|||
address: nacos://121.40.109.122:8848 # Nacos 服务地址
|
||||
group: server-test
|
||||
protocol:
|
||||
port: -1
|
||||
port: 10302
|
||||
threads: 20
|
||||
name: dubbo
|
||||
serialization: hessian2
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ dubbo:
|
|||
address: nacos://121.40.109.122:8848 # Nacos 服务地址
|
||||
group: server-dev
|
||||
protocol:
|
||||
port: -1
|
||||
port: 10401
|
||||
threads: 20
|
||||
name: dubbo
|
||||
serialization: hessian2
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ dubbo:
|
|||
address: nacos://121.40.109.122:8848 # Nacos 服务地址
|
||||
group: server-test
|
||||
protocol:
|
||||
port: -1
|
||||
port: 10402
|
||||
threads: 20
|
||||
name: dubbo
|
||||
serialization: hessian2
|
||||
|
|
|
|||
Loading…
Reference in New Issue