https://github.com/urunov/reactive-spring-projects
Reactive-Spring-Projects
https://github.com/urunov/reactive-spring-projects
Last synced: 7 months ago
JSON representation
Reactive-Spring-Projects
- Host: GitHub
- URL: https://github.com/urunov/reactive-spring-projects
- Owner: Urunov
- Created: 2022-05-06T07:14:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T09:33:38.000Z (over 2 years ago)
- Last Synced: 2025-01-25T07:27:34.059Z (9 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot R2DBC + PostgreSQL example: CRUD Application
Spring Boot R2DBC + PostgreSQL example - CRUD application that uses Spring Data Reactive (R2DBC) to interact with PostgreSQL database and Spring WebFlux for Reactive Rest API. You'll know:
- How to configure Spring Data Reactive, R2DBC to work with PostgreSQL Database
- How to define Data Models and Repository interfaces
- Way to create Spring Rest Controller to process HTTP requests
- Way to use Spring Data R2DBC to interact with PostgreSQL DatabaseFor more detail, please visit:
> [Spring Boot R2DBC + PostgreSQL example](https://www.bezkoder.com/spring-boot-r2dbc-postgresql/)## Run Spring Boot application
```
mvn spring-boot:run
```