Error

Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. There was an unexpected error (type=Not Found, status=404). /WEB-INF/jsp/index.jsp

Solution

Add the following code to your maven configuration.

    src/main/java
    
        **/*.xml
    




    src/main/webapp
    META-INF/resources
    
        **/**
    


    src/main/resources
    false
    
        **/**
    



    src/main/resources
    
        **/**
    
    false



    src/main/java/
    
        **/*.java