Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 247 Bytes

Readme.md

File metadata and controls

10 lines (8 loc) · 247 Bytes

Spring Boot Hello World Example Project.

  • check is user a root user.
  • apt-get update
  • apt-get install maven
  • mvn test
  • mvn package
  • apt-get install tomcat9
  • cp -rvf target/hello-world-0.0.1-SNAPSHOT.war /var/lib/tomcat9/webapps/app.war