Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created January 24, 2015 08:49
Show Gist options
  • Select an option

  • Save javaeeeee/828ce9ea4a651cd3b578 to your computer and use it in GitHub Desktop.

Select an option

Save javaeeeee/828ce9ea4a651cd3b578 to your computer and use it in GitHub Desktop.
Dropwizard: registering a resource
public void run(final DWGettingStartedConfiguration configuration,
final Environment environment) {
environment.jersey().register(new HelloResource());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment