#173 - Switched to embedded MongoDB for Querydsl web example.

This commit is contained in:
Oliver Gierke
2016-03-22 14:41:12 +01:00
parent 75d25de1e6
commit 84bfe86ecc
2 changed files with 7 additions and 2 deletions

View File

@@ -29,6 +29,12 @@
<artifactId>querydsl-mongodb</artifactId>
<version>${querydsl.version}</version>
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.batch</groupId>
@@ -73,7 +79,6 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>webjars-locator</artifactId>
<version>0.22</version>
<scope>runtime</scope>
</dependency>

View File

@@ -1,2 +1,2 @@
spring.data.rest.base-path=/api
spring.data.mongodb.database=users-querydsl
spring.data.mongodb.port=0