Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 740 Bytes

File metadata and controls

23 lines (15 loc) · 740 Bytes

AWS Elastc Beanstalk Spring Boot Template

This is Java Spring Boot project template for the AWS Elastic Beanstalk Web Server Tier. By configure the POM file, this project can run in Tomcat 8 container as WAR file or can run as standalone executable JAR file.

How to Compile

  1. Read and edit the POM file to choose your prefered package. (Executable JAR is the default.)
  2. mvn package
  3. Now you have the compiled target package

Test Run

Have Fun :)