Skip to content

suhaibkhan/spring-webflux-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Webflux Demo App

A sample Spring Boot application with REST endpoint created using Spring Webflux. This application uses Spring Data Cassandra along with Embedded Cassandra.

Build and Run Instructions

git clone https://github.com/suhaibkhan/spring-webflux-poc.git
cd spring-webflux-poc
mvn package
java -jar target\spring-webflux-poc-0.0.1.jar