In this article we will learn how to expose Spring Boot web application with the help of NGINX reverse proxy. Install NGINX Let’s begin with installation of NGINX, for this tutorial we will be…
Category: Spring Boot
This article walks you through the process of deploying Java JAR or WARpackage file on linux operating system as systemd service. Please note that we will discuss the generic method of JAR / WAR deployment regardless of the underlaying framework or programming language…