Skip to content

Latest commit

 

History

History
 
 

hello-microservice-http

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Hello Microservice - HTTP

This directory contains the source code of the Hello microservice using HTTP interactions.

Running in development mode

mvn compile vertx:run

Hit CTRL+C to stop the execution and reloading.

Packaging

mvn clean package

Execution using the application package

java -jar target/hello-microservice-http-1.0-SNAPSHOT.jar