Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ml-opensource/spring-webflux-template
https://github.com/ml-opensource/spring-webflux-template
Last synced: 8 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T12:07:22.000Z (over 1 year ago)
- Last Synced: 2024-11-10T22:18:09.677Z (8 days 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`