Spring Boot unable to find jsp files on ElasticBeanstalk AWS
问题 It works good when the application is running from Eclipse. But the problem is starting after i packaging the app to JAR or WAR and running it. Getting 404 on every pages. Here what i have done so far: Here my POM file: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>springtry</groupId> <artifactId