Objectives:
Using the Spring CLI,
we will create a new Spring Boot application to be deployed to Elastic Beanstalk.
We will edit the generated Spring Boot application so that it will:
Create a jar named aws-eb-demo.jar.
Listen on port 5000.
Include a single web page named index.html.
...