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 -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

Delphi 7 and decode UTF-8 base64 -