Hi can you please tell me a way to develop microservice of rest service with persistence(mongo)
User Story is:
We have directory structure as:
Main Package
\ storePackage
\restPackage
Rest Package have some unit Test cases, I need to run these test cases by configuring Embedded Mongo in store package.
during Testing of rest package and specific Mongo DB connection at production. jar
Hi can you please tell me a way to develop microservice of rest service with persistence(mongo)
User Story is:
We have directory structure as:
Main Package
\ storePackage
\restPackage
Rest Package have some unit Test cases, I need to run these test cases by configuring Embedded Mongo in store package.
during Testing of rest package and specific Mongo DB connection at production. jar