MongoDB 是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。它支持的数据结构非常松散,是类似 json 的 bson 格式,因此可以存储比较复杂的数据类型。...
文章目录[隐藏] 业务层上传下载预览配置文件业务层public class FileMonService { /** * 操作GridFs接口 */ private final GridFsTemplate gridFsTemplate; @Autowire......
1. 配置configspring: data: mongodb: uri: mongodb://username:password@192.168.2.72:27017 database: mydb@Componentpublic class WebConfig { ...