Skip to content

feser/spring-data-r2dbc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Data R2DBC Demo

This project is implemented for the demo of Spring Data R2DBC.

How to run

Start Database

Execute following command.

docker-compose up -d

It will start PostgreSQL database and Adminer at http://localhost:9080/.

Database connection url:

postgresql://dbuser:dbpassword@localhost:5432/location

Run Application

./mvnw spring-boot:run

API Documentation

http://localhost:8080/swagger-ui.html

About

Spring Data R2DBC Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published