vakoBeridze / spring-reactive-postgres

springboot reactive postgres demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Springboot Reactive Postgres

Books CRUD Example Project.

Project has standard REST API:

  • GET / get all books.
  • GET /{id} get book with id.
  • POST / create new book.
  • PUT /{id} update book.
  • DELETE /{id} delete book.
  • DELETE / delete all books.

Project has 2 versions of API:

  • /v1/books Standard Spring Annotated Controller.
  • /v2/books Functional Endpoints with RouterFunction and Handler.

About

springboot reactive postgres demo


Languages

Language:Java 100.0%