Skip to content

Kiran7461/spring-boot-war-example

 
 

Repository files navigation

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
  • testing webhook

About

Example project to build a WAR file out of a standard spring-boot project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 44.0%
  • Shell 27.7%
  • Java 24.2%
  • Dockerfile 4.1%