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.
For building and running the application, it is mandatory to have:
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
This project is possible because of the next developers:
- 🙎♂️ Cristian Batista Herrera [email protected]