mirror of
https://gitee.com/yudaocode/SpringBoot-Labs.git
synced 2026-09-03 05:53:54 +08:00
Spring Data MongoDB 入门
This commit is contained in:
@@ -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)
|
||||
|
||||
## 事务管理
|
||||
|
||||
@@ -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>
|
||||
4
pom.xml
4
pom.xml
@@ -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>-->
|
||||
|
||||
Reference in New Issue
Block a user