Guest User

Untitled

a guest
Jan 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. dependencies {
  2. implementation 'org.springframework.boot:spring-boot-starter-data-mongodb-reactive'
  3. implementation 'org.springframework.boot:spring-boot-starter-webflux'
  4. implementation 'de.flapdoodle.embed:de.flapdoodle.embed.mongo'
  5. compileOnly 'org.projectlombok:lombok'
  6. testImplementation 'org.springframework.boot:spring-boot-starter-test'
  7. testImplementation 'io.projectreactor:reactor-test'
  8. }
Add Comment
Please, Sign In to add comment