Skip to content

Instantly share code, notes, and snippets.

@ryctabo
Created January 22, 2018 03:34
Show Gist options
  • Save ryctabo/24cd946ba8e486bc28e8c59f719815e5 to your computer and use it in GitHub Desktop.
Save ryctabo/24cd946ba8e486bc28e8c59f719815e5 to your computer and use it in GitHub Desktop.
Set up a web service REST with Servlet container 3.0 or higher
@ApplicationPath("api")
public class MyApplication extends ResourceConfig {
public MyApplication() {
packages("com.github.ryctabo.jersey");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment