#126 - Book benchmark for MongoDB similar to the relational ones.

This commit is contained in:
Oliver Drotbohm
2019-08-13 13:15:51 +02:00
parent 757318b5cd
commit d8381cb4fc
6 changed files with 301 additions and 7 deletions

View File

@@ -22,19 +22,20 @@
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>