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.
我使用 global-sub.yml 作为从 global.yml 继承的 mulesoft 清单。现在我想导入或包含另一个 yml 文件。如 global-sub.yml 中的 db2.yml 或 oracle.yml。我尝试了几种模式,但总是失败。如何让它发生?
例如我的 global-sub.yml
inherit: ../global.yml env: xxx: xxx yyy: yyy