mardi 31 mars 2015

Using Spring Web. There's a way to use views path in AWS S3 bucket?

I'm using a normal view resolver, like:



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


There's a way to use this resolver to point to some S3 bucket external to application?





Aucun commentaire:

Enregistrer un commentaire