ulmangt / reactor-gems

Collection of short Project Reactor tutorials written as coding exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reactor-gems

Collection of short Project Reactor tutorials written as coding exercises.

How to use this project:

  1. Check out the "master" branch.
  2. Open src/main/java/com/github/ulmangt/reactorgems/Exercise1.java
  3. Fill in the implementation of each method, following the instructions in the Javadocs.
  4. If you need a hint, check out the HINTS.md
  5. To verify your answer, run "mvn test -Dtest=Exercise1Test" on the project to run the unit tests for exercise 1.
  6. To see solutions to each problem, check out the "answers" branch.

Branches

  • master - contains blank exercises. Clone the repository, fill in the blank methods, and run "mvn install" to run the unit tests and check your work.
  • answers - contains completed exercises. Look here if you get stuck.

Project Reactor Documentation

About

Collection of short Project Reactor tutorials written as coding exercises

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 100.0%