Command-Line Arguments in Spring Boot 1. Overview In this quick tutorial, we’ll discuss how to pass command-line arguments to a Spring Boot application. We can use command-line arguments to configure our application, override application properties or pass custom arguments. 2. Maven Command-Line Arguments First, let’s see how we can pass… Continue Reading spring-boot-command-line-arguments

Deploying a Spring Boot Application to Cloud Foundry 1. Overview Deploying a Spring Boot application to Cloud Foundry is a simple exercise. In this tutorial, we’ll show you how to do it. 2. Spring Cloud Dependencies Since this project will require new dependencies for Spring Cloud project, we’ll add the… Continue Reading spring-boot-app-deploy-to-cloud-foundry

Deploy a Spring Boot Application to OpenShift 1. Overview In this tutorial, we’ll show how to deploy an application from our Bootstrap a Simple Application using Spring Boot tutorial to Openshift. As part of this we’ll: Install and configure Openshift development tools. Create an Openshift project and MySQL deployment. Configure the application for… Continue Reading spring-boot-deploy-openshift