spring-boot/spring-boot-samples/spring-boot-sample-data-elasticsearch
Andy Wilkinson dabbb02dfe Prevents tests that use Elasticsearch from polluting the filesystem
By default, Elasticsearch writes it data to ./data. This led to data
being left on the filesystem after a mvn clean which could cause
failures when moving between branches that use different versions of
Elasticsearch.

This commit updates the tests for the Elasticsearch sample and
the Elasticsearch auto-configuration classes to write the
Elasticsearch data and logs into the target directory.
2015-04-21 14:53:43 +01:00
..
src Prevents tests that use Elasticsearch from polluting the filesystem 2015-04-21 14:53:43 +01:00
pom.xml Next development version 2015-03-30 22:56:20 -07:00