简体   繁体   中英

Generate views based on Entity?

I'm migrating from Grails to JHipster, and one of the nice things about Grails is that based on a domain model, you can generate the views. I already have an existing domain model, and now I'd like to generate the views using JHipster, but, what I've seen so far, is that it's only possible to generate an entity, which I already have.

I have read the documentation, but am I missing something here?

No, you are not. In jhipster, the views are generated when you generate the entities. The solution would be recreating them using jhipster:entity or jhipster-uml . Cheers!

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