How to use a docker + systemd only approach to deploy containers as Linux services without the need for third party tools or complex deployment descriptors.
Learn how to configure a Spring Boot application to run as a Linux service. Complete guide for System V init.d and systemd with security best practices.
How to serve an Angular (>2) using Spring Boot as the Backend, and a Gradle script to perform automated build and deploy tasks both for Spring and Angular.
Using EclipseLink as the persistence JPA provider in Spring applications. This tutorial shows how to configure Spring-Boot application to use EclipseLink.
Learn what causes the java.lang.OutOfMemoryError: GC overhead limit exceeded error, how to diagnose and fix it, and best practices to avoid it in the future.