Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ml-opensource/spring-webflux-template


https://github.com/ml-opensource/spring-webflux-template

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# spring-webflux-template
Provides Sample of Project for Spring Boot and Spring Webflux with maven setup. The project can serve as a template for starting a project in Spring Webflux with Java. It uses R2dbc with PostgreSQL.

## Requirements
* JDK 17
* Any IDE with [lombok](https://projectlombok.org/) plugin installed

## How to code
Import as a java project in an IDE of your choice.

Before running the app set the following variables in applicaiton properties according to your local.

`spring.r2dbc.url=`

`spring.r2dbc.schema=`

`spring.r2dbc.username=`

`spring.r2dbc.password=`

Run `mvn spring-boot:run -f pom.xml`