This example needs JDK 1.8.0_60 or newer.
- Checkout project at https://github.com/janweinschenker/simple-rest-service
- Run the rest service as it is described in its readme.
- Checkout this Jetty example
- run once:
$ cd script
$ ./import-server-cert.sh
to import the self signed certificate into your jvm's keystore.$ cd ..
- run
$ mvn clean package exec:exec