I am developing a application in spring boot with embedded tomcat. In my local which runs on a port 8080 and i can give url http://locahost:8080. How can change this to my domain? like www.mydomain.com which should work similar to localhost. How to configure this? I am using embedded tomacat not externally installed tomcat server.