spring-webflux-reactive-rest-api-demo
spring-webflux-reactive-rest-api-demo copied to clipboard
Re the <scope>
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!