Skip to content

smanek/java-webapp-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Java Webapp Archetype

A maven archetype to create a RESTful Jersey/Guice/Jackson/Metrics/etc web app.

To install

    $ mvn install

To use

  1. Create project from archetype

       $ mvn archetype:generate -DarchetypeGroupId=com.shanealmanek -DarchetypeArtifactId=java-webapp-archetype -DarchetypeVersion=1.0
    
  2. Start the server

      $ mvn tomcat:run
    
  3. Check it works

      $  curl "http://localhost:8080/${artifactId}"
      (where ${artifactId} is the artifact id you specified in the interative generation)
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages