Skip to content
/ reactor Public

The reactive-stack web framework, Spring WebFlux, was added later in version Spring 5.0

Notifications You must be signed in to change notification settings

jd268/reactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Simple demo example of spring boot and webflux

Requirements

Java - 1.8.x

Maven - 3.x.x

MongoDB - 3.x.x

Exploring the Rest APIs

The application defines following REST APIs

  1. GET /posts - Get All Posts

  2. POST /posts - Create a new Post

  3. GET /posts/{id} - Retrieve a Post by Id

  4. PUT /posts/{id} - Update a Post

  5. DELETE /posts/{id} - Delete a Post

  6. GET /stream/posts - Stream posts to a browser as Server-Sent Events

Running integration tests

The project also contains integration tests for all the Rest APIs. For running the integration tests, go to the root directory of the project and type mvn test in your terminal.

About

The reactive-stack web framework, Spring WebFlux, was added later in version Spring 5.0

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages