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 2bef38c commit fb005ac
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions netty-design-patterns-decorator/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-decorator</artifactId>


</project>

0 comments on commit fb005ac

Please sign in to comment.