The following was discovered as part of building this project:
- The original package name 'io vigier.cursorpage' is invalid and this project uses 'io.vigier.cursorpage' instead.
For further reference, please consider the following sections:
- Official Gradle documentation
- Spring Boot Gradle Plugin Reference Guide
- Create an OCI image
- Spring Boot Testcontainers support
- Testcontainers MongoDB Module Reference Guide
- Testcontainers R2DBC support Reference Guide
- Testcontainers Postgres Module Reference Guide
- Spring Boot DevTools
- Spring Configuration Processor
- Docker Compose Support
- Spring Data JPA
- Spring Data R2DBC
- Liquibase Migration
- Spring Data MongoDB
- Spring Data Reactive MongoDB
- Testcontainers
The following guides illustrate how to use some features concretely:
- Accessing Data with JPA
- Accessing data with R2DBC
- Accessing Data with MongoDB
- Accessing Data with MongoDB
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:
- mongodb:
mongo:latest
- postgres:
postgres:latest
Please review the tags of the used images and set them to the same as you're running in production.
This project uses Testcontainers at development time.
Testcontainers has been configured to use the following Docker images:
Please review the tags of the used images and set them to the same as you're running in production.