理解applicationContext.xml和spring-servlet.xml之間的關係
在Spring框架中,設定檔applicationContext.xml和spring -servlet.xml 在應用程式上下文層次結構中扮演不同的角色。
連接和差異
屬性檔案存取:
applicationContext.xml 中聲明的屬性檔案可供應用程式中的所有servlet 訪問,包括與spring-servlet.xml關聯的DispatcherServlet。
需要* -servlet.xml
兩個需要單獨的*-servlet.xml 檔案原因:
用例
applicationContext.xml 上下文主要用於以下情況:
在大多數情況下,如果所有 bean 都限制在單一 servlet 中,則可以省略 applicationContext.xml。
以上是Spring中的`applicationContext.xml`和`spring-servlet.xml`有什麼差別?的詳細內容。更多資訊請關注PHP中文網其他相關文章!