如何使用 openApi Generator 为 jhipster 项目使用 gradle 命令
How to use gradlew command for jhipster project using openApiGenerator
我使用打开了 apiGenerator 的 Jhipster 创建了我的应用程序,但我无法执行 gradlew 命令。
我做过的事情
1) 我阅读了有关打开 api 生成的文档,但我发现它对消除错误没有用。
2)我也无法从其他 SO 答案和 google 获得太多帮助
下面是我的项目link
https://github.com/trustjalaj/DockerDemo
和我使用命令 ./gradlew
后得到的输出的 link
https://scans.gradle.com/s/dbf3ed7aqoha6/
Can any experienced person guide me on how to run gradlew command successfully.
提前致谢。
您应该为在 src/main/resources/swagger
中找到的 api.yml
添加标题。这将允许您的项目编译。
这将在生成器中修复 by this pull request。
我使用打开了 apiGenerator 的 Jhipster 创建了我的应用程序,但我无法执行 gradlew 命令。
我做过的事情
1) 我阅读了有关打开 api 生成的文档,但我发现它对消除错误没有用。 2)我也无法从其他 SO 答案和 google 获得太多帮助 下面是我的项目link
https://github.com/trustjalaj/DockerDemo
和我使用命令 ./gradlew
后得到的输出的 linkhttps://scans.gradle.com/s/dbf3ed7aqoha6/
Can any experienced person guide me on how to run gradlew command successfully.
提前致谢。
您应该为在 src/main/resources/swagger
中找到的 api.yml
添加标题。这将允许您的项目编译。
这将在生成器中修复 by this pull request。