-
Build JAR with
mvn package -
Build & Run Docker image with
docker-compose up --build -
Test with
curl -I http://localhost:8888/Expected response should contain header
X-Instrumented-By: Sqreene.g. similar to:
HTTP/1.1 200 X-Instrumented-By: Sqreen Content-Type: text/html;charset=UTF-8 Transfer-Encoding: chunked Date: Fri, 06 Dec 2019 10:32:14 GMT
TODO
- Fix integration test using Cargo plugin.