Skip to content

The Customer Service manages the customer data and is consumed by the OrderService.

Notifications You must be signed in to change notification settings

Thomas-Mildner/SS23_VV_Exercise02-CustomerService

Repository files navigation

.github/workflows/graalvm.yml

Customer Service

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.

Usage

docker run -p 8080:8080 vvthromildner/ss23_exercise02_customer_service:latest

Service should be available via http://localhost:8080/swagger-ui

Micronaut Documentation

Micronaut 3.8.9 Documentation


Feature openapi documentation

Feature swagger-ui documentation

Feature http-client documentation

About

The Customer Service manages the customer data and is consumed by the OrderService.

Topics

Resources

Stars

Watchers

Forks