Skip to content

Instantly share code, notes, and snippets.

@steinarb
Last active March 20, 2020 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steinarb/91c156591e8d31e20254682249e5ba3a to your computer and use it in GitHub Desktop.
Save steinarb/91c156591e8d31e20254682249e5ba3a to your computer and use it in GitHub Desktop.
JerseyServlet example with package
package no.priv.bang.demos.jerseyinkaraf.webapi;
@Component(service=Servlet.class, property={"alias=/jerseyinkaraf/api"})
public class CounterServiceServlet extends JerseyServlet {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment