spring_reference/IV. Spring Boot features/29.2. MongoDB.md

4 lines
296 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

### 29.2. MongoDB
[MongoDB](http://www.mongodb.com/)是一个开源的NoSQL文档数据库它使用一个JSON格式的模式schema替换了传统的基于表的关系数据。Spring Boot为使用MongoDB提供了很多便利包括`spring-boot-starter-data-mongodb`'Starter POM'。