I create Spring Boot application. It works successfully in my localhost. But when I deploy and run jar file in linux centos server index page can not found (I get : There was an unexpected error (type=Not Found, status=404). /WEB-INF/jsp/index.jsp) This is my code structure and application.properties : code structure and here is my pom.xml dependencies : Answer Springboot and