提交 6d642edf 编写于 作者: 武汉红喜's avatar 武汉红喜

whatsmars-netty

上级 a184dbaa
......@@ -19,6 +19,7 @@ whatsmars-dubbo | 高性能分布式RPC框架
whatsmars-elasticjob | 分布式调度框架
whatsmars-elasticsearch | Elasticsearch
whatsmars-mq | 消息中间件RocketMQ,Kafka等
whatsmars-netty | 广泛使用的NIO框架
whatsmars-redis | Redis客户端简单封装
whatsmars-rpc | Transporter & Codec & Serialization
whatsmars-shardingsphere | 分布式数据库中间件
......
......@@ -31,6 +31,7 @@
<module>whatsmars-zk</module>
<module>whatsmars-spring-data</module>
<module>whatsmars-archetypes</module>
<module>whatsmars-netty</module>
</modules>
<!--这里的properties会覆盖父pom里的重名的配置-->
......
......@@ -3,7 +3,7 @@
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>whatsmars-rpc</artifactId>
<artifactId>whatsmars-parent</artifactId>
<groupId>org.hongxi</groupId>
<version>Rocket.S9</version>
</parent>
......@@ -16,15 +16,10 @@
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
......@@ -17,7 +17,6 @@
<modules>
<module>whatsmars-remoting</module>
<module>whatsmars-serialization</module>
<module>whatsmars-netty</module>
</modules>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册