Allow Storage
module to be initialized from a classpath resource
#427
Labels
Storage
module to be initialized from a classpath resource
#427
To allow an application to serve default images the same way that user uploaded ones are served, it would be nice if an application property could be defined to lookup resources from a location resolvable via a
ResourceLoader
to be unconditionally added to the storage. E.g.salespint.storage.init-from=classpath:/images/*
.The text was updated successfully, but these errors were encountered: