Skip to content

Youniverse/spring-webflux-tutorial

Repository files navigation

Spring Webflux Tutorial - Reactive Programming with Kotlin and R2DBC

This repository contains the source code for the Spring Webflux Tutorial - Reactive Programming with Kotlin and R2DBC on Youniverse.

How to start the database

Use the docker compose file in the root directory to start the database. There is also a init script, that will create a message table and some test data.

docker-compose up -d

How to run the application

You can run the application with the following command:

./gradlew bootRun

How to test the application

In order to check if the application is working, you can use the http client file messages.http

Questions or suggestions?

If you have any questions or suggestions, feel free to create an issue or contact us on info@youniverse.com

About

A tutorial for reactive programming with Spring WebFlux, Kotlin and R2DBC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages