0
我使用intelliJ Idea 10.5。當我使用上下文參數爲春天上下文和運行項目Tomcat顯示我空白頁!當我禁用它時,頁面顯示!加載彈簧環境
<context-param>
<param-name>contextLocation</param-name>
<param-value>classpath:context/applicationContext-dao.xml</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>