Compiling dubbo-remoting-netty
- Go to the dubbo-remoting-netty directory.
1cd /home/Dubbo/dubbo-dubbo-2.7.5/dubbo-remoting/dubbo-remoting-netty
- Modify the NettyClientTest.java file.
- Open the file.
1vim /home/Dubbo/dubbo-dubbo-2.7.5/dubbo-remoting/dubbo-remoting-netty/src/test/java/org/apache/dubbo/remoting/transport/netty/NettyClientTest.java - Press i to enter the insert mode and change 6000 in line 76 to 9000.

- Press Esc, type :wq!, and press Enter to save the file and exit.
- Open the file.
- Compile the dubbo-remoting-netty module.
1mvn install

If BUILD SUCCESS is displayed, the dubbo-remoting-netty module is compiled successfully.
Parent topic: Compiling and Installing Dubbo