/CyberFRAT-DevSecOps-Training-Sample-Java-App

This is a sample Java Tomcat application created to deliver hands-on exercises in the DevSecOps Training at CyberFRAT

Primary LanguageJava

This is a sample Java application to deliver hands-on exercises in the DevSecOps Training at CyberFRAT

Original Author https://github.com/sebsto/webapp

Deployment Requirements

  • Tomcat

Refer to Jenkinsfile to build in Jenkins

#Build Instruction

mvn3 clean package

#Deploy instruction

Deploy target/WebApp.war on Tomcat

#TODO

Add instruction to deploy to ElasticBeanstalk