How do I specify a http proxy to use when running a spring-boot fat war as a tomcat server?
I have tried the following which is not working.
java -ja
need to add for authenticating proxy server
-Dhttp.proxyUser=**username** -Dhttp.proxyPassword=**password**