Skip to content

abhatech/maven-helloworld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World! (WAR-style)

This is the simplest possible Java webapp for testing servlet container deployments. It should work on any container and requires no other dependencies or configuration.

git clone https://github.com/submah/maven-helloworld.git

docker run -it --rm --name my-demo-maven-project -v /root/maven-helloworld/:/usr/src/mymaven -w /usr/src/mymaven maven:3.3-jdk-8 mvn clean package

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%