Skip to content

Commit 1f46d8e

Browse files
author
YunaiV
committed
Spring Data JPA 入门
1 parent a446d2a commit 1f46d8e

File tree

16 files changed

+3
-3
lines changed

16 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
**关系数据库**
7070

7171
* [《芋道 Spring Boot 数据库连接池入门》](http://www.iocoder.cn/Spring-Boot/datasource-pool/?github) 对应 [lab-19](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-19)
72-
* [《芋道 Spring Boot MyBatis 入门》](http://www.iocoder.cn/Spring-Boot/MyBatis/?github) 对应 [lab-12](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-12)
72+
* [《芋道 Spring Boot MyBatis 入门》](http://www.iocoder.cn/Spring-Boot/MyBatis/?github) 对应 [lab-12-mybatis](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-12-mybatis)
7373
* [《芋道 Spring Boot JPA 入门》](http://www.iocoder.cn/Spring-Boot/JPA/?github) 对应 [lab-13](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-13)
7474
* [《芋道 Spring Boot JdbcTemplate 入门》](http://www.iocoder.cn/Spring-Boot/JdbcTemplate/?github) 对应 [lab-14](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-14)
7575
* [《芋道 Spring Boot 多数据源(读写分离)入门》](http://www.iocoder.cn/Spring-Boot/dynamic-datasource/?github) 对应 [lab-17](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-17)
File renamed without changes.
File renamed without changes.

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<!-- <module>lab-09</module>-->
2323
<!-- <module>lab-10</module>-->
2424
<!-- <module>lab-11-spring-data-redis</module>-->
25-
<module>lab-12-mybatis</module>
26-
<!-- <module>lab-13</module>-->
25+
<!-- <module>lab-12-mybatis</module>-->
26+
<module>lab-13-spring-data-jpa</module>
2727
<!-- <module>lab-14</module>-->
2828
<!-- <module>lab-15</module>-->
2929
<!-- <module>lab-16</module>-->

0 commit comments

Comments
 (0)