Skip to content

springboot + netty的一个demo实现网络协议自定义解析,可以实现多种网络请求

Notifications You must be signed in to change notification settings

HaoHaoDaYouXi/springboot_netty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

springboot_netty

springboot + netty的一个demo实现网络协议自定义解析,可以实现多种网络请求

启动步骤

先启动Server,在启动Client,项目端口application.yml的记得替换

Server

AppBootstrap中的init方法中的 new MyServer().run();
注释new MyClient().run();

Client

AppBootstrap中的init方法中的 new MyClient().run();
注释new MyServer().run();

About

springboot + netty的一个demo实现网络协议自定义解析,可以实现多种网络请求

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages