How to change Spring MVC's behavior in handling url 'dot' character

前端 未结 6 626
耶瑟儿~
耶瑟儿~ 2020-12-06 11:40

I\'m trying to migrate a web project off from Jersey to Spring MVC 3.0. The process was really straightforward up to the moment when I started to migrate the controllers sup

6条回答
  •  情深已故
    2020-12-06 12:10

    In order for

    
    
    

    to work you have to remove/comment out the

    
    
    

    and any other mvc: configurations defined as they override your custom bean declarations.

提交回复
热议问题