Skip to content

ml-opensource/spring-webflux-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published