如何更改spring配置文件 applicationContext.xml的位置

2024-11-19 11:35:49
推荐回答(3个)
回答(1):

既然是ssh,那就需要在web.xml中配置一下
用listener

contextConfigLocation
WEB-INF/:applicationContext.xml,



org.springframework.web.context.ContextLoaderListener

回答(2):

applicationContext.xml
里边用把别的配置文件引进来
而它自己的位置是在web.xml中配置的

回答(3):

在web.xml中引入applicationContext.xml
然后在applicationContext.xml中引入需要的配置文件