Skip to content

zukobronja/spring-reactive-playground

Repository files navigation

Spring Reactive Playground is a sandbox for experimenting on applications based on Spring Reactive Web support and async NoSQL drivers. .

Implementations

You can have a look to the commented repository implementations for each supported database:

Usage

URL to use are:

  • http://localhost:8080/couchbase
  • http://localhost:8080/mongo
  • http://localhost:8080/postgres

Supported methods are:

GET request with Accept: application/json header:

POSTrequest with Content-Type: application/json header and the following body:

{
  "firstname": "foo",
  "lastname": "bar"
}

JSON arrays are also supported

[
  {
    "firstname": "foo1",
    "lastname": "bar1"
  },
  {
    "firstname": "foo2",
    "lastname": "bar2"
  }
]

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 66.1%
  • HTML 32.5%
  • JavaScript 1.4%