Springboot Application
Install Maven
git clone https://github.com/Naresh240/springboot-webapplication.git
cd springboot-webapplication
mvn clean install
Tomcat Setup:
cd /opt
wget https://downloads.apache.org/tomcat/tomcat-9/v9.0.46/bin/apache-tomcat-9.0.46.tar.gz
cd apache-tomcat-9.0.46 tomcat
Start tomcat:
cd /opt/tomcat/bin
./startup.sh
Copy springboot artifact to Webapps Directory:
cd springboot-webapplication
cp target/mavewebappdemo-2.0.0-SNAPSHOT.war /opt/tomcat/webapps/mavewebappdemo.war