Skip to content

Commit

Permalink
🏗️ 迭代器在netty里面的应用
Browse files Browse the repository at this point in the history
  • Loading branch information
sanshengshui committed Apr 14, 2020
1 parent c775133 commit 2bef38c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions netty-design-patterns-iterator/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>let_netty_easy</artifactId>
<groupId>com.sanshengshui</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>netty-design-patterns-iterator</artifactId>


</project>
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
<!-- 高级 - Netty特性,源码篇 start-->
<module>netty-design-patterns-chain of responsibility</module>
<module>netty-design-patterns-singleton</module>
<module>netty-design-patterns-iterator</module>
<module>netty-design-patterns-decorator</module>
<!-- 高级 - Netty特性,源码篇 end -->

</modules>
Expand Down

0 comments on commit 2bef38c

Please sign in to comment.