$ docker build --build-arg JAR_FILE=target/helloworld-0.0.1-SNAPSHOT.jar -t springboot-helloworld:latest .
$ docker run -p 9000:9000 -t springboot-helloworld:latest
Building a RESTful Web Service with Spring Boot Actuator (Getting Started Series)
JavaApache-2.0