Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 584 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 584 Bytes

Sample Spring Boot Service that publishes itself to Consul

To Build into Docker using Maven

First make sure you're running in an environment that has docker available to you. Then execute:

$ mvnw package docker:build

Once completed you will have an antifragilesoftware/simple-boot-microservice image available, as seen by executing:

$ docker images

REPOSITORY                         TAG                 IMAGE ID            CREATED             SIZE
antifragilesoftware/simple-boot-microservice   latest              6efd07dc12fc        5 seconds ago       667.1 MB