How to expose endpoints of a spring application which is deployed on production servers?
While working with springboot in local environment, creating a REST application feels so effortless due to its embedded (and abstract) tomcat server. We can do so by creating a Restcontroller and routing the requests using annotations. But I am trying to understand the working of applications in production environment. I have following questions –