Skip to content

Exmple project which integrates Spring Data R2DBC, R2DBC Pool, R2DBC H2, R2DBC Postgresql & Spring Cloud as a Config Server client

Notifications You must be signed in to change notification settings

CrBatista/R2DBC-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

R2DBC Example

This base project implements a reactive example with the R2DBC libraries. Have configured a database connection pool, flyway in order to create the 'Greeting' table. In order to run this project, it is mandatory to provide the properties in a ConfigService at the url specified in the bootstrap.yml. Also a PostgreSQL instance.

Requirements

For building and running the application, it is mandatory to have:

Running the application locally

We highly recommend to run the app directly using the mvn command due to it's imported and configured the plugin spring-boot-maven-plugin:

mvn spring-boot:run

Authors

This project is possible because of the next developers:

  • 🙎‍♂️ Cristian Batista Herrera batistaherreracristian@gmail.com

About

Exmple project which integrates Spring Data R2DBC, R2DBC Pool, R2DBC H2, R2DBC Postgresql & Spring Cloud as a Config Server client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages