Skip to content

coolgourav147/spring-boot-war-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

  • Shell 69.8%
  • Java 30.2%