- Docker
- JDK 11+
To start ksqldb use docker-compose up
which will start Zookeeper, the Kafka broker and Ksqldb server.
To launch the CLI run docker exec -it ksqldb-cli ksql http://ksqldb-server:8088
For further reference, please consider the following sections:
- Official Gradle documentation
- Spring Boot Gradle Plugin Reference Guide
- Create an OCI image
- Testcontainers MongoDB Module Reference Guide
- Rest Repositories
- Spring Boot Actuator
- Testcontainers
- Spring Configuration Processor
- Spring Batch
- Spring Boot DevTools
- Prometheus
- Spring Data Reactive MongoDB
The following guides illustrate how to use some features concretely:
- Accessing JPA Data with REST
- Accessing Neo4j Data with REST
- Accessing MongoDB Data with REST
- Building a RESTful Web Service with Spring Boot Actuator
- Creating a Batch Service
- Spring Cloud Contract Verifier Setup
These additional references should also help you: