Skip to content

Spring Boot 2 WebFlux and Reactive RDBMS Connection using Rx2 JDBC

License

Notifications You must be signed in to change notification settings

mkdika/spring-rx2-jdbc

Repository files navigation

Spring Rx2 JDBC

License: MIT

Spring Boot 2 WebFlux and Reactive RDBMS Connection using Rx2Java JDBC, with CRUD as usecase.

Stacks

Running application

  • Provision dev env with Vagrant

    # Starting vagrant vm and provision for first time
    vagrant up
    
    # Re-provisioning vagrant
    vagrant provision
  • Running application

    ./gradlew bootRun

    Url is: http://localhost:8084/

REST API Endpoints

HTTP Method Path Description
GET /persons Get all existing person data.
GET /persons/{id} Get existing person data by Id.
POST /persons Insert new person data.
PUT /persons/{id} Update existing person data by Id.
DELETE /persons/{id} Delete existing person data by Id.
GET /ping Testing endpoing.

License

License under the MIT license. See LICENSE file.

About

Spring Boot 2 WebFlux and Reactive RDBMS Connection using Rx2 JDBC

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages