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 Data Reactive Redis
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
- Messaging with Redis
$ mvn clean install -Dmaven.test.skip=true
$ docker-compose build --no-cache
$ docker-compose up -d
$ docker-compose down
$ docker exec -it redis-db redis-cli FLUSHALL