Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

JSP from different module are not loading #161

Open
bob29 opened this issue Nov 1, 2017 · 0 comments
Open

JSP from different module are not loading #161

bob29 opened this issue Nov 1, 2017 · 0 comments

Comments

@bob29
Copy link

bob29 commented Nov 1, 2017

I am trying to configure Gradle to use Spring Boot with multi modules, this is my structure:

------  Parent
------------ scr/main/java/config ---> Config Files
------------ scr/main/java/App ---> Spring Boot Application
------------ application.properties
------ Web
------------ scr/main/java/resources/WEB-INF ---> Template Files
------ Core
------ Services

When I start my application, I see my mapping working and it seems that everything works well but the problem is that Spring does not find my templates:

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/welcome.jsp
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant