For further reference, please consider the following sections:
- Official Apache Maven documentation
- Spring Boot Maven Plugin Reference Guide
- Create an OCI image
- Spring Configuration Processor
- Docker Compose Support
- Spring Web
- Spring Session
- Spring Security
- JDBC API
- Spring Data JPA
- MyBatis Framework
- Spring Data Redis (Access+Driver)
- WebSocket
- Spring for Apache Kafka
- Spring for RabbitMQ
- Spring Batch
- Validation
- Java Mail Sender
- Quartz Scheduler
- Spring REST Docs
The following guides illustrate how to use some features concretely:
- Building a RESTful Web Service
- Serving Web Content with Spring MVC
- Building REST services with Spring
- Securing a Web Application
- Spring Boot and OAuth2
- Authenticating a User with LDAP
- Accessing Relational Data using JDBC with Spring
- Managing Transactions
- Accessing Data with JPA
- Accessing data with MySQL
- MyBatis Quick Start
- Messaging with Redis
- Using WebSocket to build an interactive web application
- Messaging with RabbitMQ
- Creating a Batch Service
- Validation
This project contains a Docker Compose file named compose.yaml.
In this file, the following services have been defined:
- mysql:
mysql:latest - rabbitmq:
rabbitmq:latest - redis:
redis:latest
Please review the tags of the used images and set them to the same as you're running in production.