File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
66
77You can find the tutorial about this example at the below link:
88
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/ )
1010
1111For this example, a Book controller created that allows to do the following operations with Elasticsearch:
1212
@@ -47,7 +47,7 @@ Once everything is up and running open the browser and go to [http://localhost:8
4747The integration tests written relying on [ testcontainers] ( https://www.testcontainers.org/ ) to spin up Elasticsearch on the spot to run tests against.
4848
4949To 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/ )
5151
5252To run them just execute below command:
5353
You can’t perform that action at this time.
0 commit comments