Skip to content

Commit

Permalink
公众号:bugstack虫洞栈 | Netty传输文件、分片发送、断点续传
Browse files Browse the repository at this point in the history
公众号:bugstack虫洞栈 | netty案例,netty4.1中级拓展篇四《Netty传输文件、分片发送、断点续传》
  • Loading branch information
fuzhengwei committed Nov 14, 2019
1 parent 377198c commit 68d45ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class NettyServerTest {

public static void main(String[] args) {
System.out.println("hi 微信公众号:bugstack虫洞栈");
System.out.println("hi 微信公众号:bugstack虫洞栈 | 欢迎关注&获取更多专题案例");
//启动服务
new NettyServer().bing(7397);
}
Expand Down

0 comments on commit 68d45ce

Please sign in to comment.