Skip to content

Instantly share code, notes, and snippets.

@koenighotze
Created September 29, 2015 21:42
Show Gist options
  • Save koenighotze/c945d46b9072632ea757 to your computer and use it in GitHub Desktop.
Save koenighotze/c945d46b9072632ea757 to your computer and use it in GitHub Desktop.
JAX-RS Application
@javax.ws.rs.ApplicationPath("rest")
public class Application extends javax.ws.rs.core.Application {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment