在上下文中弹出外部文件寻址

时间:2018-06-19 08:13:57

标签: java spring

我想在spring applicationcontext.xml文件中寻址文件系统中的文件 我用:

"entry key="signaturePropFile" value="file:/opt/file.txt"/>"

但是我收到了未知资源的错误

我使用customResourceLoader:

bean class="CustomResourceLoader" id="BPJcustomResourceLoader">
        property name="resource">
        value>file:/opt/file.txt</value>
        /property>
        /bean>
        entry key="signaturePropFile" value-ref="BPJcustomResourceLoader"/>

我得到了:

CustomResourceLoader cannot be cast to java.lang.String

我对春天很新。请指导我

0 个答案:

没有答案