Skip to content

Commit 5b320bb

Browse files
author
YunaiV
committed
Spring Data Elasticsearch 入门
1 parent abc43e5 commit 5b320bb

File tree

24 files changed

+4
-4
lines changed

24 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
* [《芋道 Spring Boot 数据库连接池入门》](http://www.iocoder.cn/Spring-Boot/datasource-pool/?github) 对应 [lab-19](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-19)
7272
* [《芋道 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-spring-data-jpa](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-13-spring-data-jpa)
74-
* [《芋道 Spring Boot JdbcTemplate 入门》](http://www.iocoder.cn/Spring-Boot/JdbcTemplate/?github) 对应 [lab-14](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-14)
74+
* [《芋道 Spring Boot JdbcTemplate 入门》](http://www.iocoder.cn/Spring-Boot/JdbcTemplate/?github) 对应 [lab-14-spring-jdbc-template](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-14-spring-jdbc-template)
7575
* [《芋道 Spring Boot 多数据源(读写分离)入门》](http://www.iocoder.cn/Spring-Boot/dynamic-datasource/?github) 对应 [lab-17](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-17)
7676
* [《芋道 Spring Boot 分库分表入门》](http://www.iocoder.cn/Spring-Boot/sharding-datasource/?github) 对应 [lab-18](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-18)
7777
* [《芋道 Spring Boot 数据库版本管理入门》](http://www.iocoder.cn/Spring-Boot/database-version-control/?github) 对应 [lab-20](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-20)

lab-15/pom.xml lab-15-spring-data-es/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12-
<artifactId>lab-15</artifactId>
12+
<artifactId>lab-15-spring-data-es</artifactId>
1313
<packaging>pom</packaging>
1414
<modules>
1515
<module>lab-15-spring-data-jest</module>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<!-- <module>lab-11-spring-data-redis</module>-->
2525
<!-- <module>lab-12-mybatis</module>-->
2626
<!-- <module>lab-13-spring-data-jpa</module>-->
27-
<module>lab-14-spring-jdbc-template</module>
28-
<!-- <module>lab-15</module>-->
27+
<!-- <module>lab-14-spring-jdbc-template</module>-->
28+
<module>lab-15-spring-data-es</module>
2929
<!-- <module>lab-16</module>-->
3030
<!-- <module>lab-17</module>-->
3131
<!-- <module>lab-18</module>-->

0 commit comments

Comments
 (0)