Mongodb File Server 1.0.1,基于 Spring Boot 2.0.3

  

Mongodb File Server 更新到1.0.1,基于Spring Boot 2.0.3。详细更新如下:

  • MongoDB 3.6.4

  • Spring Boot 2.0.3.RELEASE

  • Spring Data MongoDB 2.0.8.RELEASE

  • Spring 5.0.7.RELEASE

  • Thymeleaf 3.0.9.RELEASE

  • Thymeleaf Layout Dialect 2.2.0

  • Embedded MongoDB 2.0.2

  • Gradle 4.5.1

MongoDB File Server 是基于 MongoDB 的文件服务器。MongoDB File Server 致力于小型文件的存储,比如博客中图片、普通文档等。由于MongoDB 支持多种数据格式的存储,对于二进制的存储自然也是不话下,所以可以很方便的用于存储文件。由于 MongoDB 的 BSON 文档对于数据量大小的限制(每个文档不超过16M),所以本文件服务器主要针对的是小型文件的存储。

码云下载地址:https://gitee.com/waylau/mongodb-file-server

猜你喜欢

转载自www.oschina.net/news/97577/mongodb-file-server-1-0-1-released