starlight36 / spring-reactive-playground

Reactive application based on Spring Web Reactive and Spring Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Reactive application based on Spring Web Reactive and Spring Data

License:Apache License 2.0


Languages

Language:Java 66.1%Language:HTML 32.5%Language:JavaScript 1.4%