spring-webflux-reactive-rest-api-demo icon indicating copy to clipboard operation
spring-webflux-reactive-rest-api-demo copied to clipboard

Re the <scope>

Open devanbu opened this issue 4 years ago • 0 comments

Thanks for a great tutorial. The tests ran fine, sans pain. After testing I had trouble getting the Mongo db to come up when running, however, so I could try it from the browser. I discovered that if I changed the <scope> on the mongodb dependencies from tests to runtime the tests ran fine and the mongo server also came up. I might have been doing something wrong, but passing this along just in case.

Thank you!

devanbu avatar Sep 14 '21 22:09 devanbu