feat(1.4.0): 客户端和服务端RPC默认使用GRPC
This commit is contained in:
parent
b3cfe068c3
commit
e98771cf7f
@ -58,7 +58,7 @@ public class SnailJobProperties {
|
||||
/**
|
||||
* rpc类型
|
||||
*/
|
||||
private RpcTypeEnum rpcType = RpcTypeEnum.NETTY;
|
||||
private RpcTypeEnum rpcType = RpcTypeEnum.GRPC;
|
||||
|
||||
/**
|
||||
* 重试、调度日志远程上报滑动窗口配置
|
||||
|
@ -105,7 +105,7 @@ public class SystemProperties {
|
||||
/**
|
||||
* rpc类型
|
||||
*/
|
||||
private RpcTypeEnum rpcType = RpcTypeEnum.NETTY;
|
||||
private RpcTypeEnum rpcType = RpcTypeEnum.GRPC;
|
||||
|
||||
/**
|
||||
* 邮件配置
|
||||
|
Loading…
Reference in New Issue
Block a user