Why Spring Context is loaded twice?

后端 未结 5 1152
终归单人心
终归单人心 2021-01-05 12:20

I have web project with Spring and Spring security. My web.xml:

    

        
5条回答
  •  萌比男神i
    2021-01-05 12:51

    These are two independent methods to do the same thing. Drop the ContextLoaderListener, for example.

提交回复
热议问题