Spring Boot Thin Jar Builder for Running Java Microservices
Tetiana Fydorenchyk | August 16, 2018 | DevOps PaaS | Java, java ee vs spring, Maven, microservices, spring boot
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 Jar represents a compiled and packaged application code (business logic) of the project together with the third party libraries it depends on. Compared to Fat, it does not contain application server…