My Spring boot application works just fine on my locally installed Tomcat server. But when I deploy the same WAR to the Elastic Beanstalk and click the given URL, all I get is 404. No route specified in my Spring Boot application works here. What could be the possible reason?
server.port = 5000