applicationcontext

    0熱度

    2回答

    我有基於spring的多模塊應用程序。在我的DAO模塊中,DB(嵌入式derby)由類ApplicationListener啓動並創建。 問題在日誌中來自Spring的巨大堆棧跟蹤說,沒有數據庫(無法獲得連接)。 不過,我的應用程序沒有任何問題。該堆棧跟蹤在調用ApplicationListener和創建數據庫之前出現。實際上,只有當我第一次在機器上啓動應用程序時纔會看到它,因爲db只是這次創建的

    1熱度

    1回答

    我正在使用spring,因此我在Application目錄中有ApplicationContext.xml文件。我知道默認情況下,Gradle的「構建」任務包括它創建的JAR文件中的所有資源文件。 現在,我希望編輯或替換ApplicationContext.xml取決於運行我的應用程序(開發或生產)的計算機。在JAR中構建腳本來執行它並不直觀。 如果'構建'將資源文件放在與JAR文件相同的文件夾中

    3熱度

    1回答

    我在我的應用程序加載Spring 3.2.2,內applicationContext.xml: 不過,我收到以下異常: 344 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.s[email protected]120d62

    0熱度

    2回答

    從Spring XML配置樣式遷移到Spring基於Java的配置(使用@Configuration)我遇到了一個加載資源的問題,在我的例子中是從classpath中。 在XML我也有一顆豆聲明如下: <bean id="marshaller" class="org.springframework.oxm.jaxb.Jaxb2Marshaller"> <property name="sc

    0熱度

    1回答

    Ok我明白通過DispatcherServlet配置的任何Web應用程序上下文都會繼承已在根WebApplicationContext中定義的所有Bean。然而,我在我的web.xml在我的根ApplicationContext中配置一些攔截 <bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotation

    1熱度

    1回答

    我想使用spring創建jar庫並將它們導入到我的Web應用程序中。因爲我也在後者中使用了spring,所以我沒有任何問題。關鍵是我想在非春季託管環境中重複使用它。 假設我想在純javaee web應用中使用lib,那麼我不能使用spring自動裝配和打包掃描功能。 我的想法是:在其costructor創建一個簡單的純豆和負載Spring配置: public class SpringStandal

    0熱度

    1回答

    要在我的log4j appender中使用數據源,我寫了一個自定義appender。 appender試圖將數據源作爲spring bean獲取。但是,appender無法獲取該bean。我使用的技術堆棧是:mybatis,tomcat和spring。 我log4j的文件看起來像這樣: #configuring the requestinterceptor log4j.category.com.

    1熱度

    1回答

    我是新來的Spring框架,而下面的代碼執行,我得到一個警告「資源泄漏:用‘語境’永遠不會關閉」 package com.programmingtechie.examples; import org.springframework.beans.factory.BeanFactory; import org.springframework.beans.factory.xml.XmlBeanFa

    0熱度

    2回答

    我們知道,@Autowired只能在彈簧容器管理的,如果新實例的實例使用,@Autowired成員也不會影響。 但我認爲在某些情況下,新的實例是不能避免的。 如RunnableTask。其中包含由Spring管理的DAOService。因爲該任務是手動新建的。所以我不能在ThreadTask中使用DAOService。 所以我想知道如何獲得ApplicationContext Spring Boo

    0熱度

    1回答

    我們有一個經典的Maven,Spring(3.1.1)應用程序,我們在其中創建了一個applicationContext.xml。 在這個文件中,我們已經在classpath中聲明瞭一個具有外部文件和文件的屬性佔位符。 在這裏,在這裏另外一個問題找到了一個例子: <context:property-placeholder location="file:${ADMIN_HOME}/db.proper