简体   繁体   中英

Best approach/pratice to develop a client facing UI on a Jhipster microservice model?

I created a microservice application wit a Registry , a Gateway and a Service (x)

What should be a best practice to create a client-face UI that consumes the APIs exposed by the services ?

Should I created a new one, or the develop my custom(fancy) UI on gateway ?

You can generate an entity on the microservice using jhipster:entity in microservice folder and then import this entity using jhipster:entity in the gateway folder.

JHipster will ask you if you want to import the entity from a microservice, say Yes and then type the path (relative or absolute) to your microservice.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM