admin管理员组文章数量:1403329
I'm creating a custom JHipster blueprint, and I want to include a custom built-in entity (for example, UserSettings) that should be generated automatically during the app generation process — similar to how JHipster includes the User or Authority entities by default.
The key point is that I don't want to define this entity using JDL. Instead, I want to programmatically inject it into the generation process as part of the blueprint logic, so the user doesn't need to explicitly create or import it.
I'm looking for a proper way to:
- Inject and generate a custom built-in entity (e.g., UserSettings) as part of a blueprint, without JDL.
- Ensure it's treated like a real .jhipster entity with all code generated (backend + frontend).
本文标签: How can I add a custom builtin entity to a JHipster blueprint without using JDLStack Overflow
版权声明:本文标题:How can I add a custom built-in entity to a JHipster blueprint without using JDL? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744365915a2602777.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论