feat(1.4.0): 客户端和服务端RPC默认使用GRPC

This commit is contained in:
opensnail 2025-03-23 10:52:00 +08:00
parent b3cfe068c3
commit e98771cf7f
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ public class SnailJobProperties {
/**
* rpc类型
*/
private RpcTypeEnum rpcType = RpcTypeEnum.NETTY;
private RpcTypeEnum rpcType = RpcTypeEnum.GRPC;
/**
* 重试调度日志远程上报滑动窗口配置

View File

@ -105,7 +105,7 @@ public class SystemProperties {
/**
* rpc类型
*/
private RpcTypeEnum rpcType = RpcTypeEnum.NETTY;
private RpcTypeEnum rpcType = RpcTypeEnum.GRPC;
/**
* 邮件配置