Home Tags Software Architectures

Tag: Software Architectures

Spring Boot Thin Jar Builder for Running Java Microservices

Today we’d like to continue the topic about building microservices and move from Fat (Uber) Jar to Thin Jar for Spring Boot projects. Thin...

Building Microservices with Spring Boot Fat (Uber) Jar

In most of the minds, microservices is an approach to make a traditional monolithic system more structured, dividing it into logical components that correspond...