Spring Data MongoDB 入门

This commit is contained in:
YunaiV
2020-06-28 07:12:22 +08:00
parent 5b320bb24d
commit 7cfd68bdb2
22 changed files with 5 additions and 5 deletions

View File

@@ -80,8 +80,8 @@
* [《芋道 Spring Boot Redis 入门》](http://www.iocoder.cn/Spring-Boot/Redis/?github) 对应 [lab-11-spring-data-redis](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-11-spring-data-redis)
* [《芋道 Spring Boot 缓存 Cache 入门》](http://www.iocoder.cn/Spring-Boot/Cache/?github) 对应 [lab-21](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-21)
* [《芋道 Spring Boot MongoDB 入门》](http://www.iocoder.cn/Spring-Boot/MongoDB/?github) 对应 [lab-16](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-16)
* [《芋道 Spring Boot Elasticsearch 入门》](http://www.iocoder.cn/Spring-Boot/Elasticsearch/?github) 对应 [lab-15](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-15)
* [《芋道 Spring Boot MongoDB 入门》](http://www.iocoder.cn/Spring-Boot/MongoDB/?github) 对应 [lab-16-spring-data-mongo](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-16-spring-data-mongo)
* [《芋道 Spring Boot Elasticsearch 入门》](http://www.iocoder.cn/Spring-Boot/Elasticsearch/?github) 对应 [lab-15-spring-data-es](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-15-spring-data-es)
* [《芋道 Spring Boot Solr 入门》](http://www.iocoder.cn/Spring-Boot/Solr/?github) 对应 [lab-66](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-66)
## 事务管理

View File

@@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>lab-16</artifactId>
<artifactId>lab-16-spring-data-mongo</artifactId>
<packaging>pom</packaging>
<modules>
<module>lab-16-spring-data-mongodb</module>

View File

@@ -25,8 +25,8 @@
<!-- <module>lab-12-mybatis</module>-->
<!-- <module>lab-13-spring-data-jpa</module>-->
<!-- <module>lab-14-spring-jdbc-template</module>-->
<module>lab-15-spring-data-es</module>
<!-- <module>lab-16</module>-->
<!-- <module>lab-15-spring-data-es</module>-->
<module>lab-16-spring-data-mongo</module>
<!-- <module>lab-17</module>-->
<!-- <module>lab-18</module>-->
<!-- <module>lab-19</module>-->