Skip to content

Commit

Permalink
公众号:bugstack虫洞栈 | 基于Netty搭建WebSocket,模仿微信聊天页面
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhengwei committed Oct 11, 2022
1 parent cf296aa commit 2da9722
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion itstack-demo-netty-2-05/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
<version>2.0.4.RELEASE</version>
</plugin>
</plugins>
<resource>
<directory>src/main/webapp</directory>
<targetPath>META-INF/resources</targetPath>
<includes>
<include>**/**</include>
</includes>
</resource>
</build>

</project>
</project>

0 comments on commit 2da9722

Please sign in to comment.