提交 92138bfd 编写于 作者: 武汉红喜's avatar 武汉红喜

rename package name

上级 4d6bec10
......@@ -15,7 +15,6 @@
<url>http://maven.apache.org</url>
<dependencies>
<!-- netty4 -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
......
package org.hongxi.whatsmars.remoting.netty4;
package org.hongxi.whatsmars.remoting.netty;
import io.netty.bootstrap.Bootstrap;
import io.netty.channel.ChannelFuture;
......
package org.hongxi.whatsmars.remoting.netty4;
package org.hongxi.whatsmars.remoting.netty;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
......
package org.hongxi.whatsmars.remoting.netty4;
package org.hongxi.whatsmars.remoting.netty;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.ChannelFuture;
......
package org.hongxi.whatsmars.remoting.netty4;
package org.hongxi.whatsmars.remoting.netty;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
......
package org.hongxi.whatsmars.remoting.netty4.support.http;
package org.hongxi.whatsmars.remoting.netty.support.http;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.Channel;
......
package org.hongxi.whatsmars.remoting.netty4.support.http;
package org.hongxi.whatsmars.remoting.netty.support.http;
import io.netty.buffer.Unpooled;
import io.netty.channel.ChannelFutureListener;
......
package org.hongxi.whatsmars.remoting.netty4.support.http;
package org.hongxi.whatsmars.remoting.netty.support.http;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelPipeline;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册