Skip to content

redhat-helloworld-msa/hola

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hola

hola microservice using Java EE (JAX-RS) on Quarkus/Microprofile

The detailed instructions to run Red Hat Helloworld MSA demo, can be found at the following repository: https://github.com/redhat-helloworld-msa/helloworld-msa

Build and Deploy hola locally

  1. Open a command prompt and navigate to the root directory of this microservice.

  2. Type this command to build and execute the application:

    mvn clean package
    
  3. This will create a uber jar at target/quarkus-app/quarkus-run.jar and execute it.

  4. The application will be running at the following URL: http://localhost:8080/api/hola

About

Microservice using Java JAX-RS on Thorntail/Microprofile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages