修改 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

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

View File

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