This sample application is a simple JAX-RS Restful web service.
cd sample-rest-lillibrary
mvn clean package liberty:run-server
http://localhost:9080/openapi/ui/
This sample demonstrates a microprofile rest client configuration using a simple JAX-RS Restful web service.
Ensure that the simple JAX-RS Restful web service sample above has been installed and that the server at localhost:9080 is currently running
cd sample-mprestclient-lillibrary
mvn clean package liberty:run-server
http://localhost:9081/client/test