From 68462228f8d9cc27c72a063fe69c64a42812ff24 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Sun, 25 Aug 2019 17:51:04 +0800 Subject: [PATCH] Update README.md --- spring-boot/spring-boot-mongodb/README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/spring-boot/spring-boot-mongodb/README.md b/spring-boot/spring-boot-mongodb/README.md index b46f5cb..dda9d96 100644 --- a/spring-boot/spring-boot-mongodb/README.md +++ b/spring-boot/spring-boot-mongodb/README.md @@ -1,15 +1,16 @@ # Spring Boot 整合 MongoDB - - + + + ## 一、项目说明 ### 1.1 项目结构 @@ -19,6 +20,7 @@ - 提供基于 Spring Data JPA 的方式操作 MongoDB (推荐),见测试用例 MongoJPATests。