Implements the same functionality using Spring MVC and Spring Webflux. Please see the respective branches for the functionality.
This demo depends on:
- Gradle (v 6.8.3)
- Kotlin (v 1.4.31)
To build the code, run:
./gradlew build
A Dockerfile
has been created to run the database server with test data.
See the README.md file in src/test/resources/db
To run the application:
./gradlew bootRun