我在我的客户端应用程序中使用最新的 Spring Boot 1.3,我想介绍 Spring Cloud Contract:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.8.RELEASE</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
我能够从生产者端生成存根,但从消费者端,我无法调整https://cloud.spring.io/spring-cloud-contract/上给出的示例。
我正在用 SpringJUnit4ClassRunner 替换测试运行器 SpringRunner(Spring Boot 1.3 不可用),但 @AutoConfigureStubRunner 注释似乎被忽略了。
我没有看到 Spring Cloud Contract 页面中提到的对 Spring Boot 版本的任何要求:有吗?