Skip to content

Instantly share code, notes, and snippets.

@fercomunello
Created August 18, 2021 07:39
Show Gist options
  • Save fercomunello/fbcc5beeddc1c3dd660482ab33316da3 to your computer and use it in GitHub Desktop.
Save fercomunello/fbcc5beeddc1c3dd660482ab33316da3 to your computer and use it in GitHub Desktop.
import jakarta.ws.rs.ApplicationPath;
import jakarta.ws.rs.core.Application;
@ApplicationPath("/")
public class JAXRSConfiguration extends Application {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment