Skip to content

Commit

Permalink
Spring Data JPA 入门
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Jun 27, 2020
1 parent a446d2a commit 1f46d8e
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
**关系数据库**

* [《芋道 Spring Boot 数据库连接池入门》](http://www.iocoder.cn/Spring-Boot/datasource-pool/?github) 对应 [lab-19](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-19)
* [《芋道 Spring Boot MyBatis 入门》](http://www.iocoder.cn/Spring-Boot/MyBatis/?github) 对应 [lab-12](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-12)
* [《芋道 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)
* [《芋道 Spring Boot JPA 入门》](http://www.iocoder.cn/Spring-Boot/JPA/?github) 对应 [lab-13](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-13)
* [《芋道 Spring Boot JdbcTemplate 入门》](http://www.iocoder.cn/Spring-Boot/JdbcTemplate/?github) 对应 [lab-14](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-14)
* [《芋道 Spring Boot 多数据源(读写分离)入门》](http://www.iocoder.cn/Spring-Boot/dynamic-datasource/?github) 对应 [lab-17](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-17)
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<!-- <module>lab-09</module>-->
<!-- <module>lab-10</module>-->
<!-- <module>lab-11-spring-data-redis</module>-->
<module>lab-12-mybatis</module>
<!-- <module>lab-13</module>-->
<!-- <module>lab-12-mybatis</module>-->
<module>lab-13-spring-data-jpa</module>
<!-- <module>lab-14</module>-->
<!-- <module>lab-15</module>-->
<!-- <module>lab-16</module>-->
Expand Down

0 comments on commit 1f46d8e

Please sign in to comment.