Skip to content

A collection of Maven Archetypes for bootstrapping development of a new Dropwizard Service.

License

Notifications You must be signed in to change notification settings

dropwizard/dropwizard-archetypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropwizard Archetypes

How to create project using dropwizard archetype (interactive mode)

mvn archetype:generate \
  -DarchetypeGroupId=io.dropwizard.archetypes \
  -DarchetypeArtifactId=java-simple \
  -DarchetypeVersion=[REPLACE ME WITH A VALID DROPWIZARD VERSION]

(when asked for $name during project creation via maven, make sure to use a camel case word such as HelloWorld as it is used to generate Configuration and Application classes such as HelloWorldConfiguration.java and HelloWorldApplication.java. Furthermore, do not include any blank space for the same reason!)

About

A collection of Maven Archetypes for bootstrapping development of a new Dropwizard Service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published