This repository hosts a complete workshop on Reactor Netty
.
Java 8
Java IDE
installed withMaven
support
- Clone this repository (or fork it)
- Import the project as
Maven
one in yourIDE
- Make sure that the language level is set to
Java 8
in yourIDE
project settings - Follow the script
(the source document is in the
docs
folder) to createHTTP
/TCP
/UDP
server and client - Fix the
TODO
one by one in the tests underio.spring.workshop.reactornetty
package in order to make the unit tests green - The solution is available in the
complete
branch for comparison. Each step of this workshop has its companion commit in the git history with a detailed commit message.