#8 - Switch to local source data for text search.

Remove online resources and just rely on local data. Though we had to keep the BlogPostInitializer for setting up the tests only using the template without repository support.

Original pull request: #18.
This commit is contained in:
Christoph Strobl
2014-09-07 09:26:28 -05:00
committed by Oliver Gierke
parent de7c2c5522
commit f625317445
16 changed files with 317 additions and 109 deletions

View File

@@ -12,6 +12,15 @@
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-data-mongodb-utils</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>