From b7d0f52e3d924eaa92a01b5f0035a6cb0d10ac98 Mon Sep 17 00:00:00 2001 From: ityouknow Date: Fri, 5 May 2017 17:54:20 +0800 Subject: [PATCH] m --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d687963..dab5e38 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Spring boot使用的各种示例,以最简单、最实用为标准 - [spring-boot-scheduler](https://github.com/ityouknow/spring-boot-starter/tree/master/spring-boot-scheduler):spring boot和定时任务案例 - [spring-boot-web](https://github.com/ityouknow/spring-boot-starter/tree/master/spring-boot-web):web开发综合使用案例 - [spring-boot-mail](https://github.com/ityouknow/spring-boot-starter/tree/master/spring-boot-mail):spring boot和邮件服务 +- [spring-boot-mongodb](https://github.com/ityouknow/spring-boot-starter/tree/master/spring-boot-mongodb):spring boot和mongodb的使用 - [Favorites-web](https://github.com/cloudfavorites/favorites-web):云收藏(springboot实战开源软件) @@ -29,6 +30,7 @@ Spring boot使用的各种示例,以最简单、最实用为标准 - [springboot(八):RabbitMQ详解](http://www.ityouknow.com/springboot/2016/11/30/springboot(%E5%85%AB)-RabbitMQ%E8%AF%A6%E8%A7%A3.html) - [springboot(九):定时任务](http://www.ityouknow.com/springboot/2016/12/02/springboot(%E4%B9%9D)-%E5%AE%9A%E6%97%B6%E4%BB%BB%E5%8A%A1.html) - [springboot(十):邮件服务](http://www.ityouknow.com/springboot/2017/05/06/springboot-mail.html) +- [springboot(十):Spring boot中mongodb的使用](http://www.ityouknow.com/springboot/2017/05/08/springboot-mongodb.html) - [springboot实战:我们的第一款开源软件](http://www.ityouknow.com/springboot/2016/09/26/springboot%E5%AE%9E%E6%88%98-%E6%88%91%E4%BB%AC%E7%9A%84%E7%AC%AC%E4%B8%80%E6%AC%BE%E5%BC%80%E6%BA%90%E8%BD%AF%E4%BB%B6.html) -- GitLab