move to reactive, extract mongodb ex

This commit is contained in:
Loredana Crusoveanu
2018-07-23 23:31:28 +03:00
parent ba77029082
commit fa954ebba7
44 changed files with 1207 additions and 39 deletions
-9
View File
@@ -127,15 +127,6 @@
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb-reactive</artifactId>
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>