Using in spring 3 causes all other views to stop working

前端 未结 3 2082
无人共我
无人共我 2020-12-12 20:33

Simplest example:

I have a dispatcher servlet configured to catch everything:


    dispatcher         


        
3条回答
  •  遥遥无期
    2020-12-12 21:05

    I also met this problem before. My situation was I didn't put all the 62 spring framework jars into the lib file (spring-framework-4.1.2.RELEASE edition), it did work. And then I also changed the 3.0.xsd into 2.5 or 3.1 for test, it all worked out. Of course, there are also other factors to affect your result.

提交回复
热议问题