Does Spring MVC support extension-less URLs like asp.net MVC does?
I am just getting started with Spring MVC.
Or maybe has nothing to do with Spring MVC but Tomcat?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, it does.
If you are using annotations, you annotate your controller methods or classes with something like:
Which will respond to
/hellowhen you map the dispatcher servlet like so: