Skip to content

Commit

Permalink
Spring Data MongoDB 入门
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Jun 27, 2020
1 parent 5b320bb commit 7cfd68b
Show file tree
Hide file tree
Showing 22 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 事务管理
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lab-16/pom.xml → lab-16-spring-data-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>-->
Expand Down

0 comments on commit 7cfd68b

Please sign in to comment.