DEV Community

Discussion on: Create full Microservice stack using JHipster Domain Language under 30 minutes

Collapse
 
rakgenius profile image
Rakesh

Have a question. How do I add extra microservices after creating the initial project?

Let's say in the above jdl file, you have certain microservices and entities. What if I want to add more microservices with entities or add new entities to existing microservices? How do I do that?

Collapse
 
deepu105 profile image
Deepu K Sasidharan

You can add it to the JDL and import it again. Preferably create a new branch so that you can merge changes back. If you don't have any modifications to stuff already generated then it would be straight forward. The JDL only recreates things that have changed