https://github.com/ml-opensource/spring-webflux-template
https://github.com/ml-opensource/spring-webflux-template
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ml-opensource/spring-webflux-template
- Owner: ml-opensource
- Created: 2023-08-10T13:30:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T12:07:22.000Z (over 2 years ago)
- Last Synced: 2025-01-08T10:34:11.069Z (about 1 year ago)
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`