
netty
南京小菜
这个作者很懒,什么都没留下…
展开
-
nginx 搭建 netty5 负载均衡
nginx 搭建netty5 负载均衡文章目录nginx 搭建netty5 负载均衡1、 下载nginx2 、安装环境3、 解压缩并编译安装4 、nginx 启动后的效果图:5、修改配置6、 重新加载配置7 、测试代码:8 、结果9 总结:1、 下载nginx[root@localhost ~]# wget http://nginx.org/download/nginx-1.12.2.tar.gz--2020-05-21 11:01:25-- http://nginx.org/download/n原创 2020-05-21 12:54:44 · 2913 阅读 · 0 评论 -
netty框架3.x 5.x 范例
netty 框架使用因为netty3和4的差别不是很大1 、netty31.1 pom文件<!-- https://mvnrepository.com/artifact/io.netty/netty --> <dependency> <groupId>io.netty</groupId> ...原创 2019-08-28 13:22:15 · 434 阅读 · 0 评论 -
spring 整合netty 实例,解决分包和粘包
springboot 整合netty5文章目录springboot 整合netty51 导包2 配置3 实现3测试1 导包 <!-- netty5 网络部分--> <dependency> <groupId>io.netty</groupId> <artifactI...原创 2019-09-06 12:15:05 · 1072 阅读 · 0 评论