解决 dubbo 和 nacos 初始化顺序导致 循环初始化的问题
This commit is contained in:
@@ -28,15 +28,15 @@ dubbo:
|
||||
application:
|
||||
name: account-server
|
||||
qos-port: 22221
|
||||
# qos-enable: true
|
||||
qos-enable: true
|
||||
registry:
|
||||
address: nacos://121.40.109.122:8848 # Nacos 服务地址
|
||||
group: server-dev
|
||||
namespace: 237e1905-0a66-4375-9bb6-a51c3c034aca
|
||||
# namespace: 237e1905-0a66-4375-9bb6-a51c3c034aca
|
||||
protocol:
|
||||
port: 9101
|
||||
threads: 20
|
||||
threadpool: fixed
|
||||
# threadpool: fixed
|
||||
|
||||
|
||||
seata:
|
||||
|
||||
@@ -34,11 +34,11 @@ dubbo:
|
||||
registry:
|
||||
address: nacos://121.40.109.122:8848 # Nacos 服务地址
|
||||
group: server-dev
|
||||
namespace: 237e1905-0a66-4375-9bb6-a51c3c034aca
|
||||
# namespace: 237e1905-0a66-4375-9bb6-a51c3c034aca
|
||||
protocol:
|
||||
port: 9401
|
||||
threads: 20
|
||||
threadpool: fixed
|
||||
# threadpool: fixed
|
||||
|
||||
seata:
|
||||
application-id: system-server
|
||||
|
||||
Reference in New Issue
Block a user