Skip to content

SomeDemos/sample-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The sample application contains a system microservice to retrieve the system properties and uses MicroProfile Config to simulate the status of the microservice, MicroProfile Health to determine the health of the microservice, and MicroProfile Metrics to provide metrics for the microservice.

Run Sample application (press [ENTER] key to run tests; q [ENTER] to quit and stop server)

mvn liberty:dev

Open URL in browser

http://localhost:9080

image

Trigger build Trigger new build