spring-reactor-template

A CRUD example using Spring WebFlux and Java 11

1. Install docker and docker-compose
2. Running the application
3. Setting up IntelliJ
  • Install the Lombok Plugin

    1. Go to File > Settings > Plugins.
    2. Click on Browse repositories...
    3. Search for Lombok Plugin.
    4. Click on Install plugin.
    5. Restart IntelliJ IDEA.
  • Import the project

    1. Select Import Project
    2. Select the directory where you cloned the repository
    3. Import as a gradle project and select a JDK >= 11
    4. Select to use the gradle wrapper configuration from the project