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