Spring Boot Rest API's are one of the most popular solutions for Microservices today. Using Java is the standard in so many companies.
Even with so many years of experience there are still the little things that make a huge difference in performance, adding GZIP encoding for responses is one of those big wins.
#Java #springboot #development