/learn-netty-by-example

通过实例应用来学习netty

Primary LanguageJava

运行须知

采用Maven构建工程,在pom.xml文件中配置如下:

<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-all</artifactId>
    <version>5.0.0.Alpha1</version>
</dependency>

netty采用的5.0版本。

###examples位置 所有的demo程序均位于src\main\java\com\yao\netty目录下。

ps:Git clone代码后,建议采用Intellij IDEA导入Maven工程,可直接运行。