【fix】数据通信失败原因需要使用 ByteBuf格式 发送数据 ByteBuf realBuf = nextChannel.config().getAllocator().buffer(bytes.length);

realBuf.writeBytes(bytes);
This commit is contained in:
wujiawei
2024-09-17 20:41:42 +08:00
parent 4a7bdb366f
commit 2683bb4dee
9 changed files with 53 additions and 39 deletions

View File

@ -24,6 +24,6 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
---
logging:
level:
root: DEBUG
#logging:
# level:
# root: DEBUG