Skip to content

Instantly share code, notes, and snippets.

@m0mus
Created September 9, 2018 22:35
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 m0mus/fce504bb2dc58e5fa01fff4d77587b2e to your computer and use it in GitHub Desktop.
Save m0mus/fce504bb2dc58e5fa01fff4d77587b2e to your computer and use it in GitHub Desktop.
Helidon Takes Flight #4
Server.builder()
.addResourceClass(HelloWorld.class)
.build()
.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment