Java: Spring Boot application as a service using systemd on Ubuntu 16.04
Although in modern architectures you typically see Spring Boot executable jars running as the primary process of a container, there are still many deployment scenarios where running the jar as a service at boot time is required. With Ubuntu 16.04, we can use the built-in systemd supervisor to run a Spring Boot application at boot … Java: Spring Boot application as a service using systemd on Ubuntu 16.04