Skip to content

vlad-nitu/spring5-webflux-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

Reactive Spring Application

Important notes

  • Embedded MongoDB is only used for testing purposes. If you want to run the application, MongoDB should be run manually (i.e: docker run -p 27017:27017 --name some-mongo -d mongo to start a docker image 'mongo' inside a docker container with name 'some-mongo' on port 27017 (default port for MongoDB). Otherwise Connection refused: localhost/[0:0:0:0:0:0:0:1]:27017 will be thrown

About

Reactive Spring Application using Spring WebFlux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages