spring-boot/spring-boot-samples/spring-boot-sample-data-ela.../src
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
..
main/java/sample/data/elasticsearch Ensure local Elasticsearch nodes are closed 2015-02-24 14:18:51 -08:00
test/java/sample/data/elasticsearch Prevents tests that use Elasticsearch from polluting the filesystem 2015-04-21 14:53:43 +01:00