This repository contains sample code on implementing a simple blog microservice using Spring 5, Reactor, and Cassandra. As of writing, this uses Spring Boot 2.0.0-SNAPSHOT as Spring 5 and Spring Boot 2 have not been released yet.

The code is explained on my blog post about Reactor.

To run the project, execute:

mvn spring-boot:run

You can also run the standard

mvn package

and then execute the created jar file as per usual with a Spring Boot app.