Spring + Web MVC: dispatcher-servlet.xml vs. applicationContext.xml (plus shared security)

后端 未结 6 2095
有刺的猬
有刺的猬 2020-11-29 15:17

What is the correct way to use the two contexts: dispatcher-servlet.xml and applicationContext.xml? What goes where?

I want to write a fair

6条回答
  •  鱼传尺愫
    2020-11-29 15:33

    
    
      TestPOC
    
      
            mvc-dispatcher
            org.springframework.web.servlet.DispatcherServlet
            1
        
        
            mvc-dispatcher
            /
        
        
            contextConfigLocation
            /WEB-INF/mvc-dispatcher-servlet.xml
        
    
      
        index.jsp
      
    
    

提交回复
热议问题