4. Deploying the WAR to Tomcat
Download Apache Tomcat and unpackage it into a tomcat folder.
Copy our WAR file from target/spring-boot-deployment.war to the tomcat/webapps/ folder.
From a terminal, navigate to the tomcat/bin folder and execute. catalina.bat run (on Windows) catalina.sh run (on Unix-based systems)