I am working on a Spring Boot Application.
application.properties
server.servlet.contextPath=myapp
When I am hitting a base URL as below:
http://localhost:8080/myapp, I can see my application is loading
http://localhost:8080/MYAPP, I am getting HTTP Status 404.
Not sure why this is happening, can anyone please explain this to me?
For your question in the comment:
is there any way I can make context path case insensitive?Overriding the
configurePathMatchwould workNote:
Deprecated.