Micro Service by Spring Boot

Micro Service by Spring Boot

A presentation on microservices that were built using spring boot. This presentation was used in one of our events. Use this presentation to start your journey on Microservices. Here is the link to the repository from where you can download the code as well.
Link is https://github.com/ahmadimran2704/first-microservice

Following are the topics that have been covered in this presentation
1. Introduction to Microservice
2. Pros and Cons of  Microservice architecture
3. Introduction of Spring boot
4. Creating first Microservice with Spring boot
5. Database connection with PostgreSQL
6. Spring boot features implementation: Maven, Actuator, logging, caching, security.