Springboot_Netty
在SpringBoot的基础上整合Netty实现收发数据,并将数据存储到数据库。
功能
对接telnet测试以及其他TCP客户端(如下位机)
使用
利用IDE(IDEA)或者 Maven运行 com.todorex.SpringbootNettyApplication
$ mvn spring-boot:run
通过telnet连接服务端
$ telnet localhost 9527
Trying ::1...
Connected to localhost.
Escape character is '^]'.
Your channel is build
利用telnet发送如下信息(rex这个人22岁了)
Trying ::1...
Connected to localhost.
Escape character is '^]'.
Your channe
2022-01-25 17:01:57
18KB
Java
1