Simple java rest service application to test cicd process
gradle clean buildgradle testgradle JacocoTestReport jacocoTestCoverageVerificationdocker build -t sample-web .docker run -it --rm -p 8888:8080 sample-webhttp://localhost:8888/sample-web/api/v1/hello http://localhost:8888/sample-web/api/v1/echo?m=helloworld