namaste microservice using Dropwizard
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
-
Open a command prompt and navigate to the root directory of this microservice.
-
Type this command to build and execute the service:
mvn clean compile exec:java
-
The application will be running at the following URL: http://localhost:8080/api/namaste
-
Make sure to be connected to the Docker Daemon
-
Execute
mvn clean package docker:build fabric8:json fabric8:apply