For further reference, please consider the following sections:
- Official Gradle documentation
- Spring Boot Gradle Plugin Reference Guide
- Create an OCI image
- Docker Compose Support
- Spring Reactive Web
- MyBatis Framework
- Spring Data Reactive Redis
The following guides illustrate how to use some features concretely:
- Building a Reactive RESTful Web Service
- MyBatis Quick Start
- Accessing data with MySQL
- Messaging with Redis
These additional references should also help you:
This project contains a Docker Compose file named compose.yaml
.
In this file, the following services have been defined:
- mysql:
mysql:latest
- redis:
redis:latest
Please review the tags of the used images and set them to the same as you're running in production.