使用Spring Web。在AWS S3存储桶中使用视图路径的方法是什么?

时间:2015-03-31 14:14:13

标签: spring spring-mvc amazon-web-services view amazon-s3

我正在使用普通的视图解析器,例如:

<bean
    class="org.springframework.web.servlet.view.InternalResourceViewResolver">
    <property name="prefix">
        <value>/presentation/views/</value>
    </property>
    <property name="suffix">
        <value>.jsp</value>
    </property>
</bean>

有一种方法可以使用此解析器指向应用程序外部的某个S3存储桶吗?

0 个答案:

没有答案