Skip to content

cooligc/Sample-Eclipse-MicroProfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages