Files
2020-10-16 15:37:23 -07:00
..
2020-05-04 12:46:19 -07:00

WebServer Jersey Application Example

An example of Jersey integration into the Web Server.

This is just a simple Hello World example. A user can start the application using the WebServerJerseyMain class and GET the Hello World! response by accessing http://localhost:8080/jersey/hello.

Build and run

mvn package
java -jar target/helidon-examples-webserver-jersey.jar

Make an HTTP request to application:

curl http://localhost:8080/jersey/hello