Skip to content

Commit e4e3d8a

Browse files
committed
added es code
1 parent d41fa4a commit e4e3d8a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build-all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ if [[ "$MODULE" == "module5" ]]
8686
then
8787
# ADD NEW MODULES HERE
8888
# (add new modules above the rest so you get quicker feedback if it fails)
89+
build_maven_module "spring-boot/spring-boot-elasticsearch"
8990
build_maven_module "spring-boot/spring-boot-logging-2"
9091
build_gradle_module "spring-boot/devtools-demo"
9192
build_gradle_module "spring-boot/cache"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Related Blog Posts
22

33
* [How to use Elasticsearch with Spring Data](https://reflectoring.io/springboot-elasticsearch/)
4+
5+
In this blog, we will use Spring Data Elasticsearch to highlight the main capabilities of Elasticsearch - indexing of documents and searching and finally build a simple search application for searching products in a product inventory.

0 commit comments

Comments
 (0)