Inventory
Introduction
This project demonstrates the implementation of Inventory Microservice. The inventory microservice uses MySQL database as its datasource. It has the complete list of all the antique computing devices that are avilable in our store front.
Though it is a part of a bigger application, Inventory service is itself an application in turn that manages the data from data store.
Architecture

APIs
APIs | Function |
---|---|
/micro/inventory | Get all items in inventory |
Frameworks
Project Features
- Leverages Spring Boot framework to build a Microservices application.
- Uses MySQL as the inventory database.
Project Features
- Based on MicroProfile.
- Uses MySQL as the inventory database.