/spring-reactive-playground

Reactive application based on Spring Web Reactive and Spring Data

Primary LanguageJavaApache License 2.0Apache-2.0

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.