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