Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.08 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.08 KB

Spring Reactive Playground is a showcase for experimenting on applications based on Spring Framework 5.0 Reactive support, Spring Data Reactive and Reactive NoSQL drivers.

Getting started

Prerequisite:

For testing MongoDB support, run mongod and enable mongo profile in application.properties.

Run Application#main() in your IDE or ./gradlew bootRun on command line, then open http://localhost:8080/ in your browser and use the various test pages.

License

Spring Reactive Playground is released under version 2.0 of the Apache License.