修改 dubbo protocol port

This commit is contained in:
GYJ
2025-03-11 17:57:09 +08:00
parent cd592469aa
commit 19c93f89b0
8 changed files with 12 additions and 12 deletions

View File

@@ -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

View File

@@ -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