Lambda 暂时 禁用
This commit is contained in:
@@ -29,13 +29,14 @@ dubbo:
|
||||
name: account-server
|
||||
qos-port: 22221
|
||||
qos-enable: true
|
||||
serialize-check-status: WARN
|
||||
# 或者使用以下配置添加白名单
|
||||
serialize-allow-list:
|
||||
- com.czg.service.market.service.impl.GbWareServiceImpl
|
||||
- com.czg.service.account.service.impl.ShopInfoServiceImpl
|
||||
registry:
|
||||
address: nacos://121.40.109.122:8848 # Nacos 服务地址
|
||||
group: server-dev
|
||||
provider:
|
||||
serialization:
|
||||
# 设置为WARN模式,只警告不禁止
|
||||
check-serializable: WARN
|
||||
protocol:
|
||||
threads: 20
|
||||
name: dubbo
|
||||
|
||||
@@ -29,15 +29,16 @@ spring:
|
||||
dubbo:
|
||||
application:
|
||||
name: order-server
|
||||
serialize-check-status: WARN
|
||||
# 或者使用以下配置添加白名单
|
||||
serialize-allow-list:
|
||||
- com.czg.service.market.service.impl.GbWareServiceImpl
|
||||
- com.czg.service.account.service.impl.ShopInfoServiceImpl
|
||||
qos-port: 22231
|
||||
qos-enable: true
|
||||
registry:
|
||||
address: nacos://121.40.109.122:8848 # Nacos 服务地址
|
||||
group: server-dev
|
||||
provider:
|
||||
serialization:
|
||||
# 设置为WARN模式,只警告不禁止
|
||||
check-serializable: WARN
|
||||
protocol:
|
||||
port: 10201
|
||||
threads: 20
|
||||
|
||||
Reference in New Issue
Block a user