Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 817 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 817 Bytes

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