摘要: MongoDB是基于分布式文件存储的数据库。 MongoDB 是一个高性能,开源,无模式的文档型数据库,是当前 NoSql 数据库中比较热门的一种。 他支持的数据结构非常松散,是类似 json 的 bjson 格式,因此可以存储比较复杂的数据类型。 MongoDB 最大的特点是他支持的查询语言非常强 阅读全文
posted @ 2020-11-17 23:33 Vincent-yuan 阅读(906) 评论(0) 推荐(0) 编辑
摘要: Spring 推出了 JavaMailSender 更加简化了邮件发送的过程,在之后 Spring Boot 对此进行了封装就有了现在的 spring-boot-starter-mail ,本章文章的介绍主要来自于此包。 简单使用 1、pom 包配置 pom 包里面添加 spring-boot-st 阅读全文
posted @ 2020-11-17 07:13 Vincent-yuan 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 1、pom 包配置 pom 包里面只需要引入 Spring Boot Starter 包即可 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter 阅读全文
posted @ 2020-11-17 06:47 Vincent-yuan 阅读(143) 评论(0) 推荐(0) 编辑