Skip to content

matiasfic/spring-boot-coroutines-r2dbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Kotlin Coroutines + R2DBC

Small example of a reactive Spring Boot application using Kotlin Coroutines and R2DBC with a PostgreSQL database and Flyway for migrations.

Requirements

Setup a local PostgreSQL database.

docker run --name postgres -p 5432:5432 -e POSTGRES_USERNAME=username -e POSTGRES_PASSWORD=password -d postgres

About

Spring Boot reactive app with Kotlin Coroutines and R2DBC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages