sending context initialized event to listener instance of class org.springframework.web.context.Cont

wuchao_codingforever發表於2017-04-02
修改web.xml檔案的對應程式碼,一切OK
<context-param>
     <param-name>contextConfigLocation</param-name>
        <param-value>/WEB-INF/applicationContext-*.xml,classpath*:applicationContext-*.xml</param-value>
</context-param>

相關文章