This repository hosts a complete workshop on Reactor Netty.
Java 8Java IDEinstalled withMavensupport
- Clone this repository (or fork it)
- Import the project as
Mavenone in yourIDE - Make sure that the language level is set to
Java 8in yourIDEproject settings - Follow the script
(the source document is in the
docsfolder) to createHTTP/TCP/UDPserver and client - Fix the
TODOone by one in the tests underio.spring.workshop.reactornettypackage in order to make the unit tests green - The solution is available in the
completebranch for comparison. Each step of this workshop has its companion commit in the git history with a detailed commit message.