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.
在 Taurus 中是否可以使用外部属性文件来指定属性?
我已阅读此内容,但没有找到解决方案。
我担心我在现有的 user.properties 中有 40 个属性,并且不想在 YAML 文件中移动它们。
直接不,但是您可以在单独的 YAML 或 JSON 文件中定义属性并将其包含到主 YAML 配置中,例如:
included-configs: - properties.yml # the file containing your properties definitions