I am using sprint boot. I want to check what is current location where that spring boot application is running. I figured out making use of environment variable on spring but no idea on how to get the location.
The environment variable should send the location of current application running as it could be deployed in various locations ex: U.S/India.
Thanks in advance