Skip to content

shanthalingana/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

testing githubactions

About

Testing githubactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 52.2%
  • Java 43.9%
  • Shell 3.9%