在jdl中创建自定义选项

huangapple go评论49阅读模式
英文:

Creating a custom option in jdl

问题

我的问题是如何在jdl文件中创建自定义选项?
我的用例是添加一个像这样的流水线:
pipeline : [Jenkins,Azure,Gitlab,Travis]

我知道在jhipster ci-cd中有一个特定应用的命令。
但是如果我使用数百个微前端,显然逐个运行jhipster ci-cd命令是一项繁琐的工作。
所以我的问题是jhipster是否支持在jdl文件中创建自定义选项?

英文:

My question here is flashing in my mind,how to create a custom option in jdl file?
My use case is to add a pipeline like this
pipeline : [Jenkins,Azure,Gitlab,Travis]

And I know that there is a command present in jhipster ci-cd with a specific application.
But if I use hundreds of microfrontends, hitting command jhipster ci-cd one by one is a tedious job obviously.
So my question is jhipster supports to create a custom option in jdl file?

答案1

得分: 1

ci-cd目前未集成到应用生成过程中。
在我看来,我们可以进行集成。

目前没有办法自定义JDL,但最近发生了许多变化。也许今年晚些时候可以通过蓝图进行自定义。

现在更容易向应用程序添加新的JDL选项:请参阅消息代理数据库迁移选项。

英文:

ci-cd is not currently integrated in the app generation process.
In my opinion we can integrate.

There is not way to customize JDL but a lot has changed recently. And maybe a blueprint can customize it later this year.

To add an new JDL option to application is much easier now: see Message Broker and Database Migration options.

huangapple
  • 本文由 发表于 2023年5月17日 13:56:30
  • 转载请务必保留本文链接:https://go.coder-hub.com/76268942.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定