File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This example demonstrates how to use Spring Data Elasticsearch to do simple CRUD
6
6
7
7
You can find the tutorial about this example at the below link:
8
8
9
- [ https://blog.madadipouya. com/2019/05/01/getting-started-with-spring-data-elasticsearch/ ] ( https://blog.madadipouya .com/2019/05/01/getting-started-with-spring-data-elasticsearch/ )
9
+ [ https://geekyhacker. com/2019/05/01/getting-started-with-spring-data-elasticsearch/ ] ( https://geekyhacker .com/2019/05/01/getting-started-with-spring-data-elasticsearch/ )
10
10
11
11
For this example, a Book controller created that allows to do the following operations with Elasticsearch:
12
12
@@ -47,7 +47,7 @@ Once everything is up and running open the browser and go to [http://localhost:8
47
47
The integration tests written relying on [ testcontainers] ( https://www.testcontainers.org/ ) to spin up Elasticsearch on the spot to run tests against.
48
48
49
49
To know more about container read this tutorial:
50
- [ https://blog.madadipouya. com/2019/05/08/integration-test-with-testcontainers-in-java/ ] ( https://blog.madadipouya .com/2019/05/08/integration-test-with-testcontainers-in-java/ )
50
+ [ https://geekyhacker. com/2019/05/08/integration-test-with-testcontainers-in-java/ ] ( https://geekyhacker .com/2019/05/08/integration-test-with-testcontainers-in-java/ )
51
51
52
52
To run them just execute below command:
53
53
You can’t perform that action at this time.
0 commit comments