Skip to content

Latest commit

 

History

History
executable file
·
14 lines (9 loc) · 467 Bytes

README.md

File metadata and controls

executable file
·
14 lines (9 loc) · 467 Bytes

This sample application is a simple JAX-RS Restful web service.

Navigate to the sample-restful-microservice directory.

cd sample-restful-microservice

Start the OpenLiberty server in development mode.

mvn liberty:dev

Press enter to run the tests.

Run microprofile Open API to try out the application manually.

http://localhost:9080/openapi/ui/