Embedded MongoDB in Spring Boot App can't connect with Mongo shell -


i running spring boot app has mongodb embedded in it. when start app, mongodb starts , db called 'testdb' created. if launch mongo shell , 'show dbs', 'testdb' not listed. if use postman post data mongodb can get, know mondodb working in app.

how, if possible, can connect embedded instance of mongodb can test shell?


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -