Lambda 暂时 禁用
This commit is contained in:
@@ -29,13 +29,14 @@ dubbo:
|
|||||||
name: account-server
|
name: account-server
|
||||||
qos-port: 22221
|
qos-port: 22221
|
||||||
qos-enable: true
|
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:
|
registry:
|
||||||
address: nacos://121.40.109.122:8848 # Nacos 服务地址
|
address: nacos://121.40.109.122:8848 # Nacos 服务地址
|
||||||
group: server-dev
|
group: server-dev
|
||||||
provider:
|
|
||||||
serialization:
|
|
||||||
# 设置为WARN模式,只警告不禁止
|
|
||||||
check-serializable: WARN
|
|
||||||
protocol:
|
protocol:
|
||||||
threads: 20
|
threads: 20
|
||||||
name: dubbo
|
name: dubbo
|
||||||
|
|||||||
@@ -29,15 +29,16 @@ spring:
|
|||||||
dubbo:
|
dubbo:
|
||||||
application:
|
application:
|
||||||
name: order-server
|
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-port: 22231
|
||||||
qos-enable: true
|
qos-enable: true
|
||||||
registry:
|
registry:
|
||||||
address: nacos://121.40.109.122:8848 # Nacos 服务地址
|
address: nacos://121.40.109.122:8848 # Nacos 服务地址
|
||||||
group: server-dev
|
group: server-dev
|
||||||
provider:
|
|
||||||
serialization:
|
|
||||||
# 设置为WARN模式,只警告不禁止
|
|
||||||
check-serializable: WARN
|
|
||||||
protocol:
|
protocol:
|
||||||
port: 10201
|
port: 10201
|
||||||
threads: 20
|
threads: 20
|
||||||
|
|||||||
Reference in New Issue
Block a user