mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-16 10:25:07 +08:00
【fix】数据通信失败原因需要使用 ByteBuf格式 发送数据 ByteBuf realBuf = nextChannel.config().getAllocator().buffer(bytes.length);
realBuf.writeBytes(bytes);
This commit is contained in:
@ -24,6 +24,6 @@ spring:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
|
||||
---
|
||||
logging:
|
||||
level:
|
||||
root: DEBUG
|
||||
#logging:
|
||||
# level:
|
||||
# root: DEBUG
|
Reference in New Issue
Block a user