Deploy Simple Spring Boot Web Application in AWS Elastic Beanstalk
1. Introduction This document describes how to deploy simple spring boot web application in AWS Elastic Beanstalk. We need one spring boot project and account in AWS. 2. Create one spring boot web application Create one simple spring boot web application, which will return ‘Hello World’ on RequestMapping(“/”) 3. Login […]