I have a simple SpringBoot Application which does the CRUD operations using mongodb i have used the following application.properties :-
spring.data.mogodb.host=localhost
spring.data.mogodb.port=27017
spring.data.mogodb.database=EmulationDb
ideally it should insert the documents in EmulationDb, but it is inserting in the test db, can any one suggest what went wrong.