Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在生成 j hipster 项目后,是否可以从生成的代码中生成 JDL 模型或 uml 图,以便查看应用程序是如何构建的以及类之间的关系。
运行以下命令jhipster export-jdl <<FILE_NAME_PATH>>
jhipster export-jdl <<FILE_NAME_PATH>>
由于您无法再次导入用户实体,因此将其导出到 jdl 文件对我来说毫无意义。
是的,只需运行yo jhipster:export-jdl以生成当前项目的 JDL 文件。
yo jhipster:export-jdl