JSP file is not rendering hen my controller gets triggered #156745
Unanswered
kaushiksarangi26
asked this question in
Programming Help
Replies: 1 comment
-
|
Spring Boot already knows to look for .jsp — so change your controller to:
So your structure should look like:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Body
I am working on a spring boot web app, where I am trying to load a simple JSP file to the browser with tom cat(embedded), through my controller , I am able to print the message Inside home to the console, when I refresh my application but it never renders JSP file. Please help, I am adding link to my code below:https://github.com/kaushiksarangi26/SpringWebApp
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions