Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

jvz/reactor-spring5-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.