fix:添加chat

上级 9c6b463f
......@@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>netty-04-kuangshen</artifactId>
<artifactId>netty-04-chat</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
......
<?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>netty-demo</artifactId>
<groupId>com.kwan</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>netty-99-kuangshen</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
</project>
\ No newline at end of file
......@@ -11,7 +11,8 @@
<module>netty-01-nio</module>
<module>netty-02-induction</module>
<module>netty-03-jinjie</module>
<module>netty-04-kuangshen</module>
<module>netty-04-chat</module>
<module>netty-99-kuangshen</module>
</modules>
<dependencies>
<dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册