Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 769 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 769 Bytes

Sample-Eclipse-MicroProfile

  • Eclipse MicroProfile is an eclipse org initiative.
  • This is mainly used to developed cloud native based application.
  • This uses all JEE stack

Pre-requisite

  • maven (3 or above)
  • curl
  • java (8 or above)

How to run the application ?

To run the application execute the below command.

  • mvn clean package
  • java -jar target/sample-eclipse-microprofile-service.jar
  • curl http://localhost:9080/poc/employees

References