Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序需要存储来存储图像等文件,我不想将它们存储在数据库中(RDBMS 和 NoSQL 都不是),而是作为普通文件存储。这可能吗?干杯玛尼
文件系统不是持久的,因此在重新部署/重新启动后内容将会丢失。一种可能的解决方法是使用本地文件系统快速访问文件资源,但将它们存储在 amazon S3(或任何其他存储服务)中。您可以使用 jClouds API 来避免与提供者 API 的锁定,并且能够在本地运行以进行测试,以切换到 FileSystem 实现