Building Microservices with Spring Boot Fat (Uber) Jar
Tetiana Fydorenchyk | August 14, 2018 | DevOps PaaS | Maven, spring boot, spring boot application cloud hosting
In most of the minds, microservices is an approach to make a traditional monolithic system more structured, dividing it into logical components that correspond to different functional areas of application. Thus, acting as a microservice, each component becomes self-contained, easily scaled, maintained and even upgraded without affecting the overall system. Also, with microservice architecture, you…