This repository will be used in Exercise02 in SS23.
The Customer Service manages the customer data and is consumed by the OrderService.
To show a new and more modern framework for a microservice in addition to SpringBoot, this service is implemented using the Micronaut framework.
For more information about micronaut, see the linked documentation.
docker run -p 8080:8080 vvthromildner/ss23_exercise02_customer_service:latest
Service should be available via http://localhost:8080/swagger-ui