spring-boot-r2dbc-kotlin icon indicating copy to clipboard operation
spring-boot-r2dbc-kotlin copied to clipboard

Spring Boot R2DBC

This project aims to give an idea on how to work with the R2DBC and Spring Data R2DBC.

Getting Started

./gradlew bootRun, the application now runs localhost:8080.

Navigate to:

http://localhost:8080/employees/

Available endpoints:

GET http://localhost:8080/employees/

GET http://localhost:8080/employees/1

POST http://localhost:8080/employees/

DELETE http://localhost:8080/employees/