Spring Project

Bookstore: Operations

Deployment

The microservices and infrastructure components of the bookstore application are run in Docker containers which are linked together.

Deployment

Installation

  1. Configure the Spring Boot Maven plugin (see example POM) and use it to create Docker images of the microservices:
    mvn spring-boot:build-image
  2. Run the Docker containers using Docker Compose (see configuration file):
    docker compose up

Security

The following credentials are used:
ResourceUsernamePassword
PostgreSQL Databasepostgrespostgres
AcitveMQ Message Queueadminadmin