This repository contain Spring boot simple application integrated with OneAgent into a binary build with a Dockerfile.
Java 8+ Docker
Spring boot application to compiled before build the docker images
$ mvn clean install
$ docker build -d -t users .
Launch the docker images
$docker run -d users