2016-01-14 00:42:10 -05:00
|
|
|
## Spring Data Elasticsearch
|
2016-02-29 19:19:33 -05:00
|
|
|
- [Introduction to Spring Data Elasticsearch](http://www.baeldung.com/spring-data-elasticsearch-tutorial)
|
2016-01-14 00:42:10 -05:00
|
|
|
### Build the Project with Tests Running
|
|
|
|
```
|
|
|
|
mvn clean install
|
|
|
|
```
|
|
|
|
|
|
|
|
### Run Tests Directly
|
|
|
|
```
|
|
|
|
mvn test
|
|
|
|
```
|
|
|
|
|