Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

lizzyTheLizard/medium-micronaut-r2dbc-example

Repository files navigation

medium-micronaut-r2dbc-example

Simple example with Postgres, R2DBC and Micronaut. Provides a Rest-Interfaces that is reactive connected to a database table.

Prerequisites

Docker Compose needs to be installed to run this example

Run the example

You can run this example with

./gradlew assemble && docker-compose up --force-recreate --build && docker-compose rm -fsv

The rest interface can then be reached under http://localhost:8080/issue

Built With

  • Micronaut - Java Framework Used
  • R2DBC - Reactive Database API for Java

Authors

See contributors for a list of contibutors

License

This project is licensed under the Apache License - see the LICENSE file for details

About

R2DBC and Micronaut example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published