Spring MVC; avoiding file extension in url?

前端 未结 6 1636
臣服心动
臣服心动 2020-12-31 20:46

I just started with Spring Web MVC. I\'m trying to avoid file extenstions in the url. How can i do this? (I\'m using Spring 2.5.x)

Bean:

<         


        
6条回答
  •  感情败类
    2020-12-31 21:14

    In Spring 3.2 at least, the accepted answer above is very nearly but not quite what's needed. The web.xml bit below just worked for me, and I'm adding it to the thread here for reference of whoever googles this next...

    
      springmvc
      /
    
    

提交回复
热议问题