This sample demonstrates a cloud native application that is built with multiple containerized microservice tiers, multiple languages/technology stacks (polyglot), and leverages third party services.
- Naviage to the dropwizard-example directory.
- Build the jar with commmand: mvn clean install
- Build the container with command: docker build -t dropwizard-example .
- You can run the container locally with command: docker run -d -p 8080:8080 -p 8081:8081 dropwizard-example:latest