This consists of an Application to perform all CRUD operation in Spring WebFlux in IntelliJ with PostgreSQL database. (Reactive Programming).
To perform all basic CRUD operations over a entity(table) in a database.
Create a table name - Employee in Postgres SQL and add a few entries to check through while executing in the localhost.
- Clone this repository
- Unzip the downloaded folder
- Open this in any editor with Maven support (such as IntelliJ IDEA)
- Connect to the postgres database as mentioned in resources/application.properties
- Build the project and run the SpringExample8Application.java
- Open the localhost directly as a webpage or using Postman to perform varies CRUD operations.