Spring Cloud Contract Stub Runner 支持哪些编程语言?

What programming languages does the Spring Cloud Contract Stub Runner support?

我正在学习 Spring Cloud Contract,对支持的语言有疑问。在编写基于 SCC Stub 运行器的合同测试时,文档似乎暗示我们支持用 JUnit 或 Spock 编写的测试。

https://cloud.spring.io/spring-cloud-contract/1.2.x/multi/multi__spring_cloud_contract_stub_runner.html

我们能否仅将 Spring Cloud Contract Stub Runner 用于 Java / Groovy 语言,还是它也支持其他语言?

请阅读博客 post https://spring.io/blog/2018/02/13/spring-cloud-contract-in-a-polyglot-world and the documentation here https://docs.spring.io/spring-cloud-contract/docs/current/reference/html/using.html#flows-provider-non-jvm where we explain the workflows for non jvm apps. Here https://docs.spring.io/spring-cloud-contract/docs/current/reference/html/project-features.html#contract-dsl 您可以找到支持的合同格式列表。请务必在提出问题之前阅读文档。