Skip to content

JankesJanco/webflux-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Webflux Demo

Simple demo project for showing how to create REST API application based on Spring Boot 2 and Webflux.

Requirements

  • Apache Maven
  • Java 1.8

Installation

  1. Checkout the repository
  2. Run mvn install inside the root directory of the project

Running the Application

  1. Run mvn exec:java inside the root directory of the project

Note: The application starts server which is listening on port 8080. Check if the port is already in use by other application.

Note: The application also uses H2 SQL database which is dropped each time the application is stopped.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages