Commit your changes to Git. cd ~/jhipster-microservices-example git add . git commit -m "Add product entity" At this point, you should be able to verify everything works by starting the registry, blog, store, and MongoDB. You can run MongoDB using Docker ...
↧