JHipster import-jdl 没有产生招摇

JHipster import-jdl not generating swagger

是否可以从 JDL 生成 swagger api.yaml?

我使用 swagger 插件创建了应用程序,然后从 jdl 导入了实体,但是 swagger api.yaml 是空的

该特定 api.yml 用于 JHipster 的 API First Development 功能。

JHipster 配置有 Springfox, which automatically generates the Swagger docs based on the project's code. You can access the app's Swagger config after starting the app at http://localhost:8080/v2/api-docs. It is in JSON format by default, if you need YAML you can upload it to the Swagger Editor

您还可以在 http://127.0.0.1:8080/#/docs 的内置 SwaggerUI 中查看文档,通常位于管理导航栏菜单下。