mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-05-31 09:12:11 +00:00
Update README.md
This commit is contained in:
parent
a1dc452c4b
commit
80d33ea908
10
README.md
10
README.md
@ -1,4 +1,4 @@
|
||||
spring-data-elasticsearch
|
||||
Spring Data Elasticsearch
|
||||
=========================
|
||||
|
||||
Spring Data implementation for ElasticSearch
|
||||
@ -29,6 +29,14 @@ Test Coverage
|
||||
|
||||
Quick Start
|
||||
-----------
|
||||
### Dependency
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-elasticsearch</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
### ElasticsearchTemplate
|
||||
ElasticsearchTemplate is the central support class for elasticsearch operations.
|
||||
|
Loading…
x
Reference in New Issue
Block a user