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
I've found that I need -Dhttps.proxySet=true in order for the proxy config to actually be used.