Integration tests changes
Changed pom.xml to correctly run tests. Changed existing test to test /health/live and /health/ready endpoint
Added 'application endpoint' test to check /trader/login url
Fixed Dockerfile
In the current form docker image was not building due to incorrect paths.
Also changed the target directory location to recommended /config instead of full /opt/ol/... path
Changed the generated war name from trader-1.0-SNAPSHOT.war to just TraderUI.war which is used in the dockerfile anyway.
PR contains:
/config
instead of full /opt/ol/... path