Inroduction to Microservices

A Simple Document management application build using microservice architectural style.

Ahmedin Hassen

In this tutorial we are going to learn how to create MicroServices using Spring Boot Framework. An effective way to learn microservices is creating them, for that we are going to build a simple Document Management System using Microservices architecture. This Document Management System has the following functionalities; upload a document(*.pdf, *.doc, *.txt… etc, even *.zip), get list of documents , update a document and delete a document(s). Basically we will be able to do CRUD…

Ahmedin Hassen

First thing first, before you start building that amazing project or before you write your very first java Hello World project, you need to setup and configure your Java development environment.
Follow the following steps to install and setup your Java Web Development Environment :