For further reference, please consider the following sections:
- Official Apache Maven documentation
- Spring Boot Maven Plugin Reference Guide
- Create an OCI image
- Spring Web
- Spring Security
- Spring Boot DevTools
- Docker Compose Support
- Spring Reactive Web
- Spring Web Services
- Rest Repositories
- Spring Session
- Spring Data JPA
- Gateway
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
- Building a Reactive RESTful Web Service
- Producing a SOAP web service
- Accessing JPA Data with REST
- Accessing Neo4j Data with REST
- Accessing MongoDB Data with REST
- Accessing Data with JPA
This project contains a Docker Compose file named compose.yaml.
In this file, the following services have been defined:
- mariadb:
mariadb:latest
Please review the tags of the used images and set them to the same as you're running in production.