Skip to content

sakinala87/maven-spring

 
 

Repository files navigation

springexample

springexample

mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false

mvn archetype:generate -DgroupId=com.javatpoint -DartifactId=CubeGeneratorWeb -DarchetypeArtifactId=maven-archetype-webapp -DinteractiveMode=false

https://mkyong.com/maven/how-to-create-a-web-application-project-with-maven/

$ git clone https://github.com/mkyong/maven-examples.git $ cd java-web-project $ mvn jetty:run

http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 51.8%
  • Java 43.5%
  • Shell 3.9%
  • Python 0.8%