Skip to content

Basic Java EE microservice deployed on Payara Micro. Uses the Eclipse Microprofile.

Notifications You must be signed in to change notification settings

vasouv/SimpleService

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java EE Microservice

Uses Microprofile and Payara Micro

Connects to an H2 database and retrieves the suggested names.

Deploy to Payara Micro

java -jar payara-micro-4.1.2.174.jar --deploy SimpleService.war

Deploy Docker container

docker run -d -p 8085:8080 --name simpleservice vasouv/simpleservice

Go to

localhost:8080/SimpleService/rest/suggestedNameService
localhost:8080/SimpleService/rest/suggestedNameService/{id}

Minor To-Do

  • Remove Jackson
  • Add GenericEntity List for findAll Response
  • Update Microprofile to 1.2
  • Dockerize

About

Basic Java EE microservice deployed on Payara Micro. Uses the Eclipse Microprofile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.5%
  • HTML 6.5%